C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / ConfirmDelete Event

ConfirmDelete Event (InputDataNavigator)
Occurs before deleting a row. Allows to ask the user and cancel deleting if necessary.
Syntax
'Declaration
 
Public Event ConfirmDelete As CancelEventHandler
 
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