[]
Represents the method that handles an Error event.
public delegate void NavigatorErrorEventHandler(object sender, NavigatorErrorEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| NavigatorErrorEventArgs | e | A NavigatorErrorEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| NavigatorErrorEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, NavigatorErrorEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, NavigatorErrorEventArgs) |