Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TouchSelectionGripperLineColorChanged Event


In This Topic
    TouchSelectionGripperLineColorChanged Event
    In This Topic
    Occurs when TouchSelectionGripperLineColor is changed.
    Syntax
    'Declaration
     
    
    Public Event TouchSelectionGripperLineColorChanged As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.TouchSelectionGripperLineColorChanged, handler
    public event EventHandler TouchSelectionGripperLineColorChanged
    See Also