ClassCalendarModeChangedEventArgs
Class
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
The source that raised the event.
oldMode
Previous value of the property, prior to the event being raised.
newMode
Current value of the property at the time of the event.