C# Class System.Windows.Controls.CalendarModeChangedEventArgs

Inheritance: System.Windows.RoutedEventArgs
显示文件 Open project: mind0n/hive Class Usage Examples

Public Methods

Method Description
CalendarModeChangedEventArgs ( CalendarMode oldMode, CalendarMode newMode )

Initializes a new instance of the CalendarModeChangedEventArgs class.

Method Details

CalendarModeChangedEventArgs() public method

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.