ComponentOne Input for WinForms
NavigatorEditingEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : NavigatorEditingEventHandler Delegate
The source of the event.
A NavigatorEditingEventArgs object that contains the event data.
Represents the method that handles a Editing event.
Syntax
'Declaration
 
Public Delegate Sub NavigatorEditingEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NavigatorEditingEventArgs _
) 
public delegate void NavigatorEditingEventHandler( 
   System.object sender,
   NavigatorEditingEventArgs e
)

Parameters

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

Reference

NavigatorEditingEventHandler Members
C1.Win.C1Input Namespace