AfterDeleteRow Event

Occurs when the user has finished deleting a row from the grid control.

Syntax

Public Event AfterDeleteRow As RowEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
RowIndex Gets the index of the row that caused the event.

See Also

BeforeDeleteRow Event