Class EventFiredEventArgs
Class that represents the event arguments of an EventFiredDelegate event.
Inheritance
System.Object
System.EventArgs
EventFiredEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Scheduling.Contracts.Delegates
Assembly: Fibula.Scheduling.Contracts.dll
Syntax
public class EventFiredEventArgs : EventArgs
Constructors
| Improve this Doc View SourceEventFiredEventArgs(IEvent)
Initializes a new instance of the EventFiredEventArgs class.
Declaration
public EventFiredEventArgs(IEvent evt)
Parameters
Type | Name | Description |
---|---|---|
IEvent | evt | The event to include as the event fired. |
Properties
| Improve this Doc View SourceEvent
Gets the event that was fired.
Declaration
public IEvent Event { get; }
Property Value
Type | Description |
---|---|
IEvent |