EventItem
The EventItem
class represents an event with a name, associated method, and asynchronous execution status.
Properties
Name | Description |
---|---|
Async | Indicates whether the event executes asynchronously. |
Name | The name of the event. |
MethodName | The name of the method associated with the event. |
Constructors
Name | Description |
---|---|
EventItem() | Initializes a new instance of the EventItem class. |