'Declaration
Public Delegate Sub NavigatorErrorEventHandler( _ ByVal sender As Object, _ ByVal e As NavigatorErrorEventArgs _ )
public delegate void NavigatorErrorEventHandler( object sender, NavigatorErrorEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A NavigatorErrorEventArgs object that contains the event data.