Interface IEventDefinition
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public interface IEventDefinition
Properties
Args
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
RaiseEvent()
Declaration
void RaiseEvent()