ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DbNavigator Class / Deleting Event

In This Topic
    Deleting Event
    In This Topic
    Occurs when Delete button is pressed.
    Syntax
    'Declaration
     
    
    Public Event Deleting As NavigatorDeletingEventHandler
    public event NavigatorDeletingEventHandler Deleting
    Event Data

    The event handler receives an argument of type NavigatorDeletingEventArgs containing data related to this event. The following NavigatorDeletingEventArgs 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 deleting.  
    The index of the row being deleted.  
    See Also