Occurs before changing the DisplayDate property value.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<DateChangedEventArgs> DisplayDateChanging
Visual Basic
Public Event DisplayDateChanging As EventHandler(Of DateChangedEventArgs)
XAML Attribute Usage
<object DisplayDateChanging="EventHandler<DateChangedEventArgs>" .../>

Remarks

This event is fired if property change is performed via the NavigateCommand command, Navigate(Int32) method, or by end-user actions such as tap, sliding finger or flick. This event is not fired at setting the DisplayDate property value from code or xaml.

See Also