Click or drag to resize
StoreMoveRowsEventArgs Constructor
Initializes a new StoreHideRowEventArgs object.

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

Parameters

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