ArcFM Engine Developer Guide
CalendarOpened Event


Occurs when the drop-down Calendar is opened.
Syntax
'Declaration
 
Public Event CalendarOpened As RoutedEventHandler
'Usage
 
Dim instance As DatePicker
Dim handler As RoutedEventHandler
 
AddHandler instance.CalendarOpened, handler
public event RoutedEventHandler CalendarOpened
Event Data

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

PropertyDescription
Handled  
OriginalSource  
RoutedEvent  
Source  
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

DatePicker Class
DatePicker Members

 

 


Send Comment