ArcFM Desktop Developer Guide
DisplayDateChanged Event


Occurs when the DisplayDate property is changed.
Syntax
'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
Event Data

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.

PropertyDescription
AddedDateGets the date to be newly displayed.  
Handled (Inherited from System.Windows.RoutedEventArgs)
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
RemovedDateGets the date that was previously displayed.  
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