Raised when the user selects another date using the month or year navigation controls on the calendar header area.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DateChangedEventArgs> VisibleDateChanged |
Visual Basic
Copy Code
|
|---|
Public Event VisibleDateChanged As EventHandler(Of DateChangedEventArgs) |
Event DataVisibleDateChanged event handlers receive an argument of type DateChangedEventArgs.
See Also