Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnAllowUserToTouchZoomChanged Method
A System.EventArgs that contains the event data.


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

Parameters

e
A System.EventArgs that contains the event data.
See Also