'宣言 Public Delegate Sub NavigatorErrorEventHandler( _ ByVal sender As System.Object, _ ByVal e As NavigatorErrorEventArgs _ )
public delegate void NavigatorErrorEventHandler( System.object sender, NavigatorErrorEventArgs e )
パラメータ
- sender
 - The source of the event.
 - e
 - A NavigatorErrorEventArgs object that contains the event data.