DateTimeEditors for WPF/Silverlight
SelectionCommitted イベント (C1DateTimePicker)

C1.WPF.DateTimeEditors.4.5.2 アセンブリ > C1.WPF.DateTimeEditors 名前空間 > C1DateTimePicker クラス : SelectionCommitted イベント
SelectionCommitted イベントは、新しい DateTime プロパティ値がコミットされると発生します。
シンタックス
'宣言
 
Public Event SelectionCommitted As System.EventHandler(Of PropertyChangedEventArgs(Of Object))
public event System.EventHandler<PropertyChangedEventArgs<object>> SelectionCommitted
イベント データ

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

プロパティ解説
The value of the property after the change.  
The value of the property before the change.  
解説
エンドユーザーがキーボードを使用してドロップダウンカレンダーを操作している間に DateTime プロパティが変更される場合があります。この場合は、DateTimeChanged イベントが何度も発生します。SelectionCommitted イベントは、ドロップダウンカレンダーを閉じるときに一度だけ発生します。ドロップダウンカレンダーを使用せずに DateTime プロパティが変更された場合は、SelectionCommitted イベントと DateTimeChanged イベントが一度ずつ発生します。
参照