Spread Windows Forms 17
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
    public event EventHandler TouchSelectionGripperThicknessChanged
    See Also