'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.
Property | Description |
---|---|
Cancel | This argument is False by default. If you set it to True in your event code, the navigator control will abort deleting. |
Index | The index of the row being deleted. |
See Also