Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEventDefinition

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

    Properties

    View Source

    Args

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

    EventName

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

    Sender

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

    Methods

    View Source

    RaiseEvent()

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