CalendarModeChangedEventArgsOldMode Property

Gets the previous mode of the Calendar.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarMode OldMode { get; }

Property Value

CalendarMode
A CalendarMode representing the previous mode.

See Also