Click or drag to resize
StoreRemoveRowsEventArgs Constructor
Initializes a new StoreRemoveRowsEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreRemoveRowsEventArgs(
	uint fromRow,
	uint toRow,
	bool processed
)

Parameters

fromRow
Type: SystemUInt32
The starting row index of the range of rows to remove.
toRow
Type: SystemUInt32
The ending row index of the range of rows to remove.
processed
Type: SystemBoolean
Whether the event has been handled in a derived class. In general, this should be true.
See Also