'Declaration Public Event OnError As OnErrorEventHandler
public event OnErrorEventHandler OnError
Event Data
The event handler receives an argument of type OnErrorEventArgs containing data related to this event. The following OnErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | |
Terminated |
See Also