Click or drag to resize
GridControlStoreInsertRows Event
Store Insert Rows event.

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

Value

Type: Stingray.GridStoreInsertRowsEventHandler
Remarks
This event is invoked when the grid inserts rows into its data structure.
See Also