OnUserZooming Method | Spread Windows Forms 15.0
Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnUserZooming Method
ZoomEventArgs object that contains the event data


In This Topic
OnUserZooming Method
In This Topic
Raises the UserZooming event.
Syntax
'Declaration
 
Protected Overridable Sub OnUserZooming( _
   ByVal e As ZoomEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As ZoomEventArgs
 
instance.OnUserZooming(e)

Parameters

e
ZoomEventArgs object that contains the event data
See Also