public event SelectionChangedEventHandler SelectedDateChanged
Event Data
The event handler receives an argument of type SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AddedItems | |
OriginalSource | (Inherited from Microsoft.UI.Xaml.RoutedEventArgs) |
RemovedItems |
See Also