Click or drag to resize

ScriptEventArgs Properties

The ScriptEventArgs type exposes the following members.

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
See Also