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