Click or drag to resize

ScriptEventArgs Class

Data exchange class passed to script event handlers.
Inheritance Hierarchy
SystemObject
  RRAutoLib.ScriptingScriptEventArgs

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public NotInheritable Class ScriptEventArgs

The ScriptEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodScriptEventArgs
Initializes a new instance of the ScriptEventArgs class
Public methodScriptEventArgs(Object, String, Object, CancellationToken)
Initializes a new instance of the ScriptEventArgs class
Top
Properties
  NameDescription
Public propertyArgs
Contextual arguments specific to an event type.
Public propertyCancelToken
Notifies downstream asynchronous methods to cancel their execution.
Public propertyEventName
The name of the raised event.
Public propertySender
Object that raised the event.
Top
Methods
  NameDescription
Public methodAwaitMe
Notifies the event raiser to await the event handler before proceeding execution.
Public methodCancel
Notifies the event raiser to cancel the opperation it's about to perform.
Public methodDispose
Disposes an adhoc event binding.
Public methodEndAwait
Notifies the event raiser to end awaiting the handler and proceed execution.
Top
See Also