Search Results for

    Show / Hide Table of Contents
    View Source

    Class EventDefinition<TEventArgs>

    Inheritance
    object
    EventDefinitionBase
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class EventDefinition<TEventArgs> : EventDefinitionBase, IEventDefinition
    Type Parameters
    Name Description
    TEventArgs

    Constructors

    View Source

    EventDefinition(EventHandler<TEventArgs>, object, TEventArgs, string?)

    Declaration
    public EventDefinition(EventHandler<TEventArgs> trackedEvent, object sender, TEventArgs args, string? eventName = null)
    Parameters
    Type Name Description
    EventHandler<TEventArgs> trackedEvent
    object sender
    TEventArgs 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