OnAllowUserToTouchZoomChanged Method
Raises the AllowUserToZoomChanged event.
protected virtual void OnAllowUserToTouchZoomChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnAllowUserToTouchZoomChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnAllowUserToTouchZoomChanged(e)
Parameters
- e
- A System.EventArgs that contains the event data.