MultiSelect for WinForms
NullableDateTimeEventHandler デリゲート

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

パラメータ

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

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