Spread Windows Forms 12.0 Product Documentation
OnAllowUserToTouchZoomChanged Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnAllowUserToTouchZoomChanged Method
A System.EventArgs that contains the event data.
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)
protected virtual void OnAllowUserToTouchZoomChanged( 
   EventArgs e
)

Parameters

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

Reference

FpSpread Class
FpSpread Members