ArcFM Engine Developer Guide
DisplayModeChanged Event


Occurs when the DisplayMode property is changed.
Syntax
'Declaration
 
Public Event DisplayModeChanged As EventHandler(Of CalendarModeChangedEventArgs)
'Usage
 
Dim instance As Calendar
Dim handler As EventHandler(Of CalendarModeChangedEventArgs)
 
AddHandler instance.DisplayModeChanged, handler
public event EventHandler<CalendarModeChangedEventArgs> DisplayModeChanged
Event Data

The event handler receives an argument of type CalendarModeChangedEventArgs containing data related to this event. The following CalendarModeChangedEventArgs properties provide information specific to this event.

PropertyDescription
Handled (Inherited from System.Windows.RoutedEventArgs)
NewModeGets the new mode of the Calendar.  
OldModeGets the previous mode of the Calendar.  
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
RoutedEvent (Inherited from System.Windows.RoutedEventArgs)
Source (Inherited from System.Windows.RoutedEventArgs)
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

Calendar Class
Calendar Members

 

 


Send Comment