Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the collection of selected dates is changed.
Syntax
public event TypedEventHandler<CalendarPicker, DateChangedEventArgs> DateChanged
Public Event DateChanged As TypedEventHandler(Of CalendarPicker, DateChangedEventArgs)
public:
event TypedEventHandler<CalendarPicker, DateChangedEventArgs>^ DateChanged {
Windows::Foundation::EventRegistrationToken add(TypedEventHandler<CalendarPicker, DateChangedEventArgs>^ value);
void remove(Windows::Foundation::EventRegistrationToken token);
}
Event information
Delegate | TypedEventHandler<CalendarPicker, DateChangedEventArgs> |
Requirements (device family)
Device family |
Universal |
API contract |
Windows.Foundation.UniversalApiContract, introduced version 1.0 |
Namespace |
Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++] |
Metadata |
Windows.Foundation.UniversalApiContract.winmd |