RowDeletedEventArgs Properties
Provides data for an event that fires after a row is deleted.Name | Description |
---|---|
ListSourceIndex | Gets the index of the current row in the data source. |
Row | Gets the currently processed row. |
RowHandle | Gets the row handle (id) that identifies the position of the current row in the control. |
See Also