Spread WinForms 15
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
See Also