InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDataNavigator Class / Editing Event

In This Topic
    Editing Event (InputDataNavigator)
    In This Topic
    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