Click or drag to resize

ControllerEventArgs Properties

The ControllerEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalInfo
Additional info following the event.
Public propertyException
Exception, set when the controller has failed due to an unexpected exception.
Public propertyProgress
Progress indicator, a value between 0 (started) and 1 (finished).
Public propertyState
Current state of the controller
Top
See Also