ComponentOne InputPanel for WinForms
InputNavigatorErrorEventHandler Delegate

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputNavigatorErrorEventHandler Delegate
Represents the delegate that handles an Error event.
Syntax
'Declaration
 
Public Delegate Sub InputNavigatorErrorEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As InputNavigatorErrorEventArgs _
) 
public delegate void InputNavigatorErrorEventHandler( 
   System.object sender,
   InputNavigatorErrorEventArgs e
)

Parameters

sender
e
See Also

Reference

InputNavigatorErrorEventHandler Members
C1.Win.C1InputPanel Namespace