BulletGraph for WinForms
PointerValueChangedEventHandler デリゲート

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : PointerValueChangedEventHandler デリゲート
The source of the event.
A PointerValueChangedEventArgs object that contains the event data.
Represents the method that handles the PointerValueChanged event.
シンタックス
'宣言
 
Public Delegate Sub PointerValueChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PointerValueChangedEventArgs _
) 
public delegate void PointerValueChangedEventHandler( 
   System.object sender,
   PointerValueChangedEventArgs e
)

パラメータ

sender
The source of the event.
e
A PointerValueChangedEventArgs object that contains the event data.
参照

PointerValueChangedEventHandler メンバ
C1.Win.Gauge 名前空間