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

In This Topic
    Adding Event
    In This Topic
    Occurs when Add button is pressed.
    Syntax
    'Declaration
     
    Public Event Adding As NavigatorAddingEventHandler
    public event NavigatorAddingEventHandler Adding
    Event Data

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

    PropertyDescription
    This argument is False by default. If you set it to True in your event code, the navigator control will abort adding a new row.  
    See Also