ComponentOne Gauges for WinForms
PointerValueChangedEventHandler Delegate

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : PointerValueChangedEventHandler Delegate
The source of the event.
A PointerValueChangedEventArgs object that contains the event data.
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

Reference

PointerValueChangedEventHandler Members
C1.Win.C1Gauge Namespace