Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / UserZooming Event


UserZooming Event
Occurs when the user zooms.
Syntax
'Declaration
 
Public Event UserZooming As UserZoomingEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As UserZoomingEventHandler
 
AddHandler instance.UserZooming, handler
Event Data

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

PropertyDescription
Gets or sets the new zoom factor of the spread.  
Gets the old zoom factor of the spread.  
See Also