DateNavigator.SelectionChanged Event
Fires after the current selection has been changed.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The SelectionChanged event's data class is DevExpress.UI.Xaml.Editors.CalendarSelectionChangedEventArgs.
Remarks
Write an SelectionChanged event handler to perform specific actions each time the selected date/range of dates changes within the DateNavigator.
See Also