Class
CalendarModeChangedEventArgs

The EventArgs of the RadCalendar.DisplayModeChanged event.

Definition

Namespace:Telerik.Windows.Controls.Calendar

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class CalendarModeChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCalendarModeChangedEventArgs

Constructors

CalendarModeChangedEventArgs(RoutedEvent, object, DisplayMode, DisplayMode)

Initializes a new instance of the CalendarModeChangedEventArgs class.

Declaration

cs-api-definition
public CalendarModeChangedEventArgs(RoutedEvent routedEvent, object source, DisplayMode oldMode, DisplayMode newMode)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source that raised the event.

oldMode

DisplayMode

Previous value of the property, prior to the event being raised.

newMode

DisplayMode

Current value of the property at the time of the event.

Properties

NewMode

Gets the new mode of the Calendar.

Declaration

cs-api-definition
public DisplayMode NewMode { get; }

Property Value

DisplayMode

OldMode

Gets the previous mode of the Calendar.

Declaration

cs-api-definition
public DisplayMode OldMode { get; }

Property Value

DisplayMode