CalendarView for WinForms
FormatErrorEventHandler デリゲート

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

パラメータ

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

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