Raised when the drop-down calendar is opened.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler CalendarOpened |
Visual Basic
Copy Code
|
|---|
Public Event CalendarOpened As EventHandler |
Event DataCalendarOpened event handlers receive an argument of type EventArgs.
See Also