Miner.PresentationFramework Assembly > Miner.PresentationFramework.WPFControls Namespace > Calendar Class : DisplayModeChanged Event |
'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
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.
Property | Description |
---|---|
Handled | (Inherited from System.Windows.RoutedEventArgs) |
NewMode | Gets the new mode of the Calendar. |
OldMode | Gets the previous mode of the Calendar. |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |
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.