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

In This Topic
    PointerValueChanged Event (C1GaugeBase)
    In This Topic
    Occurs when the Value property changes for some Gauge pointer.
    Syntax
    'Declaration
     
    Public Event PointerValueChanged As PointerValueChangedEventHandler
    public event PointerValueChangedEventHandler PointerValueChanged
    Event Data

    The event handler receives an argument of type PointerValueChangedEventArgs containing data related to this event. The following PointerValueChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the Gauge pointer which value has been changed.  
    See Also