ComponentOne Calendar for UWP
DisplayDateChanged Event

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : DisplayDateChanged Event
Occurs when the DisplayDate property value has been changed.
Syntax
'Declaration
 
Public Event DisplayDateChanged As System.EventHandler(Of DateChangedEventArgs)
public event System.EventHandler<DateChangedEventArgs> DisplayDateChanged
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