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


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

Parameters

e
The EventArgs that contains the event data.
See Also