InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / ConfirmDelete Event

In This Topic
    ConfirmDelete Event (InputDataNavigator)
    In This Topic
    Occurs before deleting a row. Allows to ask the user and cancel deleting if necessary.
    Syntax
    'Declaration
     
    Public Event ConfirmDelete As CancelEventHandler
    public event CancelEventHandler ConfirmDelete
    Event Data

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

    PropertyDescription
     
    See Also