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

C1.WPF.DateTimeEditors.4.5.2 アセンブリ > C1.WPF.DateTimeEditors 名前空間 > C1DatePicker クラス : SelectionCommitted イベント
SelectionCommitted イベントは、選択された日付がコミットされると発生します。
シンタックス
'宣言
 
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.  
解説
エンドユーザーがキーボードを使用してドロップダウンカレンダーを操作している間に SelectedDate プロパティが変更される場合があります。この場合は、SelectedDateChanged イベントが何度も発生します。SelectionCommitted イベントは、ドロップダウンカレンダーを閉じるときに一度だけ発生します。ドロップダウンカレンダーを使用せずに SelectedDate プロパティが変更された場合は、SelectionCommitted イベントと SelectedDateChanged イベントが一度ずつ発生します。
参照