BulletGraph for WinForms
DrawFocusEventHandler デリゲート

C1.Win.C1Gauge.4.5.2 アセンブリ > C1.Win.C1Gauge 名前空間 : DrawFocusEventHandler デリゲート
イベントのソース。
イベントデータを含む DrawFocusEventArgs オブジェクト。
DrawFocus イベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub DrawFocusEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DrawFocusEventArgs _
) 
public delegate void DrawFocusEventHandler( 
   System.object sender,
   DrawFocusEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベントデータを含む DrawFocusEventArgs オブジェクト。
参照

DrawFocusEventHandler メンバ
C1.Win.C1Gauge 名前空間