C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / NavigatorErrorEventHandler Delegate
The source of the event.
A NavigatorErrorEventArgs object that contains the event data.

In This Topic
NavigatorErrorEventHandler Delegate
In This Topic
Represents the method that handles an Error event.
Syntax
'Declaration
 
Public Delegate Sub NavigatorErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavigatorErrorEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A NavigatorErrorEventArgs object that contains the event data.
See Also