Class CalendarModeChangedEventArgs
Provides data for the DisplayModeChanged event.
Inheritance
System.Object
CalendarModeChangedEventArgs
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class CalendarModeChangedEventArgs : RoutedEventArgs
Constructors
CalendarModeChangedEventArgs(CalendarMode, CalendarMode)
Initializes a new instance of the CalendarModeChangedEventArgs class.
Declaration
public CalendarModeChangedEventArgs(CalendarMode oldMode, CalendarMode newMode)
Parameters
Type | Name | Description |
---|---|---|
CalendarMode | oldMode | Previous value of the property, prior to the event being raised. |
CalendarMode | newMode | Current value of the property at the time of the event. |
Properties
NewMode
Gets the new mode of the Calendar.
Declaration
public CalendarMode NewMode { get; }
Property Value
Type |
---|
CalendarMode |
OldMode
Gets the previous mode of the Calendar.
Declaration
public CalendarMode OldMode { get; }
Property Value
Type |
---|
CalendarMode |