BulletGraph for WinForms
DrawFocusEventHandler デリゲート

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

パラメータ

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

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