Miner.PresentationFramework Assembly > Miner.PresentationFramework.WPFControls Namespace > Calendar Class : DisplayDateChanged Event |
'Declaration Public Event DisplayDateChanged As EventHandler(Of CalendarDateChangedEventArgs)
'Usage Dim instance As Calendar Dim handler As EventHandler(Of CalendarDateChangedEventArgs) AddHandler instance.DisplayDateChanged, handler
public event EventHandler<CalendarDateChangedEventArgs> DisplayDateChanged
The event handler receives an argument of type CalendarDateChangedEventArgs containing data related to this event. The following CalendarDateChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AddedDate | Gets the date to be newly displayed. |
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RemovedDate | Gets the date that was previously displayed. |
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.