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


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

Parameters

e
The EventArgs that contains the event data.
See Also