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

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreRemoveColsEventArgs(
	uint fromCol,
	uint toCol,
	bool processed
)

Parameters

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