Class EventContext
Contains context information about a fired event.
public abstract class EventContext
- Inheritance
-
EventContext
- Inherited Members
Constructors
EventContext()
protected EventContext()
Properties
Arguments
Gets the arguments of the event.
public abstract object[] Arguments { get; }
Property Value
- object[]
EventServices
Gets the service provider which can be used for providing services for events.
public abstract IServiceProvider EventServices { get; }
Property Value
Name
Gets the name of the event.
public abstract string Name { get; }