C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputNavigatorErrorEventHandler Delegate

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

Parameters

sender
e
See Also