ComponentOne Input for WinForms
NavigatorErrorEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : NavigatorErrorEventHandler Delegate
The source of the event.
A NavigatorErrorEventArgs object that contains the event data.
Represents the method that handles an Error event.
Syntax
'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.
See Also

Reference

NavigatorErrorEventHandler Members
C1.Win.C1Input Namespace