ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / Editing Event

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