Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEventDefinition

    Represents an event definition that can be tracked and raised by an event dispatcher.

    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IEventDefinition

    Properties

    View Source

    Args

    Gets the event arguments.

    Declaration
    object Args { get; }
    Property Value
    Type Description
    object
    View Source

    EventName

    Gets the name of the event.

    Declaration
    string? EventName { get; }
    Property Value
    Type Description
    string
    View Source

    Sender

    Gets the source of the event.

    Declaration
    object Sender { get; }
    Property Value
    Type Description
    object

    Methods

    View Source

    RaiseEvent()

    Raises the event by invoking the tracked event handler.

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