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

In This Topic
InputNavigatorClickEventHandler Delegate
In This Topic
Represents the delegate that handles a ButtonClick event.
Syntax
'Declaration
 
Public Delegate Sub InputNavigatorClickEventHandler( _
   ByVal sender As Object, _
   ByVal e As InputNavigatorClickEventArgs _
) 
 

Parameters

sender
e
See Also