CalendarModeChangedEventArgs.

CalendarModeChangedEventArgs(CalendarMode, CalendarMode) Constructor

Summary

Initializes a new instance of the CalendarModeChangedEventArgs class.

Syntax

public CalendarModeChangedEventArgs(CalendarMode oldMode, CalendarMode newMode)

Parameters

Name Type Description
oldMode CalendarMode The previous mode.
newMode CalendarMode The new mode.

Return Value

Type Description
void