Ribbon for WinForms
ShouldDrawFontEventHandler デリゲート

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

パラメータ

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

ShouldDrawFontEventHandler メンバ
C1.Win.C1Ribbon 名前空間