C# 클래스 System.Windows.Controls.CalendarModeChangedEventArgs

상속: System.Windows.RoutedEventArgs
파일 보기 프로젝트 열기: mind0n/hive 1 사용 예제들

공개 메소드들

메소드 설명
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.