ComponentOne InputPanel for WinForms
Editing Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputDataNavigator Class : Editing Event
Occurs when the 'Edit' button has been clicked.
Syntax
'Declaration
 
Public Event Editing As InputNavigatorEditingEventHandler
public event InputNavigatorEditingEventHandler Editing
Event Data

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

PropertyDescription
Gets the index of the row being edited.  
See Also