ComponentOne Calendar for UWP
SelectedDateChanged Event

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : SelectedDateChanged Event
Occurs when the SelectedDate property value has been changed.
Syntax
'Declaration
 
Public Event SelectedDateChanged As System.EventHandler(Of DateChangedEventArgs)
public event System.EventHandler<DateChangedEventArgs> SelectedDateChanged
Event Data

The event handler receives an argument of type DateChangedEventArgs containing data related to this event. The following DateChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets a new property value.  
Gets an old property value.  
See Also