ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonProgressBar Class / ValueChanged Event

In This Topic
    ValueChanged Event (RibbonProgressBar)
    In This Topic
    Fires when the Value property changes.
    Syntax
    'Declaration
     
    Public Event ValueChanged As System.EventHandler
    public event System.EventHandler ValueChanged
    See Also