ComponentOne Input for WinForms
Editing Event

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DbNavigator Class : Editing Event
Occurs when Edit button is pressed.
Syntax
'Declaration
 
Public Event Editing As NavigatorEditingEventHandler
public event NavigatorEditingEventHandler Editing
Event Data

The event handler receives an argument of type NavigatorEditingEventArgs containing data related to this event. The following NavigatorEditingEventArgs properties provide information specific to this event.

PropertyDescription
The index of the row being edited.  
See Also