ArcFM Engine Developer Guide
CalendarModeChangedEventArgs Constructor


Previous value of the property, prior to the event being raised.
Current value of the property at the time of the event.
Initializes a new instance of the CalendarModeChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal oldMode As CalendarMode, _
   ByVal newMode As CalendarMode _
)
'Usage
 
Dim oldMode As CalendarMode
Dim newMode As CalendarMode
 
Dim instance As New CalendarModeChangedEventArgs(oldMode, newMode)
public CalendarModeChangedEventArgs( 
   CalendarMode oldMode,
   CalendarMode newMode
)

Parameters

oldMode
Previous value of the property, prior to the event being raised.
newMode
Current value of the property at the time of the event.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CalendarModeChangedEventArgs Class
CalendarModeChangedEventArgs Members

 

 


Send Comment