Occurs before changing the DisplayDate property value.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
public event EventHandler<DateChangedEventArgs> DisplayDateChanging |
| Visual Basic |
|---|
Public Event DisplayDateChanging As EventHandler(Of 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.