Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / PointerValueChangedEventHandler Delegate
The source of the event.
A PointerValueChangedEventArgs object that contains the event data.

In This Topic
    PointerValueChangedEventHandler Delegate
    In This Topic
    Represents the method that handles the PointerValueChanged event.
    Syntax
    'Declaration
     
    Public Delegate Sub PointerValueChangedEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As PointerValueChangedEventArgs _
    ) 
    public delegate void PointerValueChangedEventHandler( 
       System.object sender,
       PointerValueChangedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A PointerValueChangedEventArgs object that contains the event data.
    See Also