Search Results for

    Show / Hide Table of Contents
    View Source

    Class EventDefinition

    Inheritance
    System.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
    System.Object sender
    EventArgs args
    System.String eventName

    Methods

    View Source

    RaiseEvent()

    Declaration
    public override void RaiseEvent()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EventDefinition(EventHandler, Object, EventArgs, String)
    • Methods
      • RaiseEvent()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX