Click or drag to resize
StoreInsertColsEventArgs Constructor
Initializes a new StoreHideColEventArgs object.

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

Parameters

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