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

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

Parameters

sender
e
See Also