ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / OnPointerValueChanged Method

In This Topic
    OnPointerValueChanged Method (C1GaugeBase)
    In This Topic
    Raises the PointerValueChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPointerValueChanged( _
       ByVal e As PointerValueChangedEventArgs _
    ) 
    protected virtual void OnPointerValueChanged( 
       PointerValueChangedEventArgs e
    )

    Parameters

    e
    See Also