C# Класс System.Windows.Controls.CalendarModeChangedEventArgs

Наследование: System.Windows.RoutedEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CalendarModeChangedEventArgs ( CalendarMode oldMode, CalendarMode newMode )

Initializes a new instance of the CalendarModeChangedEventArgs class.

Описание методов

CalendarModeChangedEventArgs() публичный Метод

Initializes a new instance of the CalendarModeChangedEventArgs class.
public CalendarModeChangedEventArgs ( CalendarMode oldMode, CalendarMode newMode )
oldMode CalendarMode Previous value of the property, prior to the event being raised.
newMode CalendarMode Current value of the property at the time of the event.