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

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreZoomEventArgs(
	int zoom,
	bool createHint
)

Parameters

zoom
Type: SystemInt32
The new zoom factor.
createHint
Type: SystemBoolean
true to indicate that a hint should be created.
See Also