CalendarModeChangedEventArgs Class

Summary

Provides data for the DisplayModeChanged event.
Namespace
Avalonia.Controls
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["CalendarModeChangedEventArgs"] class Type type-node

Syntax

public class CalendarModeChangedEventArgs : RoutedEventArgs

Constructors

Name Summary
CalendarModeChangedEventArgs(CalendarMode, CalendarMode) Initializes a new instance of the CalendarModeChangedEventArgs class.

Properties

Name Value Summary
Handled bool
Inherited from RoutedEventArgs
NewMode CalendarMode
Gets the new mode of the Calendar.
OldMode CalendarMode
Gets the previous mode of the Calendar.
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs