Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / ValueChanged Event

In This Topic
    ValueChanged Event (ScrollBarElement)
    In This Topic
    Fires when the Value property has been changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also