Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPanningModeChanged Method
The System.EventArgs instance that contains the event data.


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

Parameters

e
The System.EventArgs instance that contains the event data.
See Also