Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / Click Event


In This Topic
    Click Event (FpScrollBar)
    In This Topic
    Occurs when the control is clicked.
    Syntax
    'Declaration
     
    
    Public Event Click As EventHandler
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim handler As EventHandler
     
    AddHandler instance.Click, handler
    public event EventHandler Click
    See Also