BulletGraph for WinForms
ItemMouseEventHandler デリゲート

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

パラメータ

sender
The source of the event.
e
An ItemMouseEventArgs object that contains the event data.
参照

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