Interface IEventDefinition
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public interface IEventDefinition
Properties
View SourceArgs
Declaration
object Args { get; }
Property Value
Type | Description |
---|---|
System.Object |
EventName
Declaration
string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Sender
Declaration
object Sender { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
View SourceRaiseEvent()
Declaration
void RaiseEvent()