ScriptEventArgs Class |
Namespace: RRAutoLib.Scripting
The ScriptEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptEventArgs | Initializes a new instance of the ScriptEventArgs class | |
| ScriptEventArgs(Object, String, Object, CancellationToken) | Initializes a new instance of the ScriptEventArgs class |
| Name | Description | |
|---|---|---|
| Args | Contextual arguments specific to an event type. | |
| CancelToken | Notifies downstream asynchronous methods to cancel their execution. | |
| EventName | The name of the raised event. | |
| Sender | Object that raised the event. |
| Name | Description | |
|---|---|---|
| AwaitMe | Notifies the event raiser to await the event handler before proceeding execution. | |
| Cancel | Notifies the event raiser to cancel the opperation it's about to perform. | |
| Dispose | Disposes an adhoc event binding. | |
| EndAwait | Notifies the event raiser to end awaiting the handler and proceed execution. |