View Source
Class EventDefinition
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class EventDefinition : EventDefinitionBase, IEventDefinition
Constructors
View Source
EventDefinition(EventHandler, Object, EventArgs, String)
Declaration
public EventDefinition(EventHandler trackedEvent, object sender, EventArgs args, string eventName = null)
Parameters
Type |
Name |
Description |
EventHandler |
trackedEvent |
|
System.Object |
sender |
|
EventArgs |
args |
|
System.String |
eventName |
|
Methods
View Source
RaiseEvent()
Declaration
public override void RaiseEvent()