Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TouchSelectionGripperThicknessChanged Event


In This Topic
TouchSelectionGripperThicknessChanged Event
In This Topic
Occurs when the TouchSelectionGripperThickness is changed.
Syntax
'Declaration
 
Public Event TouchSelectionGripperThicknessChanged As EventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As EventHandler
 
AddHandler instance.TouchSelectionGripperThicknessChanged, handler
See Also