| C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : DisplayDateChanging Event |
'Declaration Public Event DisplayDateChanging As System.EventHandler(Of DateChangedEventArgs)
public event System.EventHandler<DateChangedEventArgs> DisplayDateChanging
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.
| Property | Description |
|---|---|
| NewValue | Gets a new property value. |
| OldValue | Gets an old property value. |