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

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreInsertRowsEventArgs(
	uint row,
	int count,
	bool processed
)

Parameters

row
Type: SystemUInt32
The row index at which the rows will be inserted.
count
Type: SystemInt32
The number of rows to insert.
processed
Type: SystemBoolean
Whether the event has been handled in a derived class. In general, this should be true.
See Also