[]
Represents the method that handles the UserError event.
public delegate void UserErrorEventHandler(object sender, UserErrorEventArgs e)
Public Delegate Sub UserErrorEventHandler(sender As Object, e As UserErrorEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Source of event |
| UserErrorEventArgs | e | Event data |