MultiSelect for WinForms
DateValueChanged イベント

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > DateEditMonthCalendar クラス : DateValueChanged イベント
Occurs when the value of the Date property is changed.
シンタックス
'宣言
 
Public Event DateValueChanged As NullableDateTimeEventHandler
public event NullableDateTimeEventHandler DateValueChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、NullableDateTimeEventArgs 型の引数を受け取りました。次の NullableDateTimeEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
The date value.  
Set to True if the date value is null.  
参照