ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / ValueChanged Event

In This Topic
    ValueChanged Event (C1GaugeBase)
    In This Topic
    Occurs when the Value property changes for the main pointer.
    Syntax
    'Declaration
     
    Public Event ValueChanged As System.EventHandler
    public event System.EventHandler ValueChanged
    See Also