Search Results for

    Show / Hide Table of Contents
    View Source

    Class EventDefinition

    Inheritance
    object
    EventDefinitionBase
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class EventDefinition : EventDefinitionBase, IEventDefinition

    Constructors

    View Source

    EventDefinition(EventHandler, object, EventArgs, string?)

    Declaration
    public EventDefinition(EventHandler trackedEvent, object sender, EventArgs args, string? eventName = null)
    Parameters
    Type Name Description
    EventHandler trackedEvent
    object sender
    EventArgs args
    string eventName

    Methods

    View Source

    RaiseEvent()

    Declaration
    public override void RaiseEvent()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX