Click or drag to resize
GridControlStoreRemoveRows Event
Store Remove Rows event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event StoreRemoveRowsEventHandler StoreRemoveRows

Value

Type: Stingray.GridStoreRemoveRowsEventHandler
Remarks
This event is invoked when rows are removed from the grid.
See Also