[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1DatePicker.SelectionCommitted

SelectionCommitted Event

The SelectionCommitted event is fired when the selected date is committed.

Namespace: C1.WPF.DateTimeEditors
Assembly: C1.WPF.DateTimeEditors.4.6.2.dll
Syntax
public event EventHandler<PropertyChangedEventArgs<object>> SelectionCommitted
Returns
Type Description
EventHandler<PropertyChangedEventArgs<object>> The SelectionCommitted event is fired when the selected date is committed.
Remarks

It's possible, that SelectedDate property is changed while end-user works with drop-down calendar using keyboard. In such case SelectedDateChanged event might be fired many times. SelectionCommitted event is fired only once at closing drop-down calendar. When SelectedDate property is changed without using drop-down calendar, SelectionCommitted and SelectedDateChanged events are fired one by one.