C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / NavigatorDeletingEventHandler Delegate
The source of the event.
A NavigatorDeletingEventArgs object that contains the event data.

In This Topic
NavigatorDeletingEventHandler Delegate
In This Topic
Represents the method that handles a Deleting event.
Syntax
'Declaration
 
Public Delegate Sub NavigatorDeletingEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavigatorDeletingEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A NavigatorDeletingEventArgs object that contains the event data.
See Also