ValueChanged Event (C1ScrollBar)
In This Topic
Occurs when the Value property is changed, either by a Scroll event or programmatically.
Syntax
'Declaration
Public Event ValueChanged As System.EventHandler
public event System.EventHandler ValueChanged
See Also