BeforeDeleteRow Event

Fires before a row is deleted by the user.

Syntax

Public Event BeforeDeleteRow As RowCancelEventHandler

Applies To

Grid Object

Parameters

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.

Remarks

This event can be canceled to prevent a row deletion from being completed.

See Also

AfterDeleteRow Event