BulletGraph for WinForms
FormatLabelEventHandler デリゲート

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

パラメータ

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

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