Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StoreZoom Event

Back to Class Index

Store Zoom Event.     

[Visual Basic]
Public Event StoreZoom As StoreZoomEventHandler
[C#]
public event StoreZoomEventHandler StoreZoom;

Event Data

The event handler receives an argument of type StoreZoomEventArgs containing data related to this event. The following StoreZoomEventArgs properties provide information specific to this event.

PropertyDescription
CanStore
CreateHintGets or sets a value to create a hint.     
Stored
ZoomGets or sets the new zoom factor.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace