Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / ValueChanged Event


In This Topic
ValueChanged Event (FpSlider)
In This Topic
Occurs when the user moves the slider and changes the value.
Syntax
'Declaration
 
Public Event ValueChanged As EventHandler
 
'Usage
 
Dim instance As FpSlider
Dim handler As EventHandler
 
AddHandler instance.ValueChanged, handler
See Also