Click or drag to resize
StoreZoomEventArgs Class
Supplies data for the StoreZoom event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class StoreZoomEventArgs : StoreEventArgs

The StoreZoomEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreZoomEventArgs
Initializes a new StoreZoomEventArgs object.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyCreateHint
Gets or sets whether to create a hint.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Public propertyZoom
Gets or sets the new zoom factor.
Top
Remarks
These event arguments are supplied to any overridden StoreZoom event handler, as well as to any delegates attached to the StoreZoom event.
The StoreZoom event is invoked when the user changes the zoom factor of the grid.
See Also