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
    System.Object
    View Source

    EventName

    Declaration
    string EventName { get; }
    Property Value
    Type Description
    System.String
    View Source

    Sender

    Declaration
    object Sender { get; }
    Property Value
    Type Description
    System.Object

    Methods

    View Source

    RaiseEvent()

    Declaration
    void RaiseEvent()
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Args
      • EventName
      • Sender
    • Methods
      • RaiseEvent()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX