MultiSelect for WinForms
FormatEventHandler デリゲート

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

パラメータ

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

FormatEventHandler メンバ
C1.Win.C1Input 名前空間