Fires before a row is deleted by the user.
Public Event BeforeDeleteRow As RowCancelEventHandler
Grid Object
The following parameters are available:
Parameter | Description |
RowIndex | Gets the index of the row that caused the event. |
Cancel | Gets or sets a value indicating whether the operation should be canceled. |
This event can be canceled to prevent a row deletion from being completed.