Calendar for WinRT
CalendarModeChangedEventArgs Constructor

The previous mode.
The new mode.
Initializes a new instance of the CalendarModeChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal oldMode As CalendarMode, _
   ByVal newMode As CalendarMode _
)
public CalendarModeChangedEventArgs( 
   CalendarMode oldMode,
   CalendarMode newMode
)

Parameters

oldMode
The previous mode.
newMode
The new mode.
See Also

Reference

CalendarModeChangedEventArgs Class
CalendarModeChangedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback