Raised when the user selects another date using the month or year navigation controls on the calendar header area.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<DateChangedEventArgs> VisibleDateChanged |
Visual Basic Copy Code |
---|
Public Event VisibleDateChanged As EventHandler(Of DateChangedEventArgs) |
VisibleDateChanged event handlers receive an argument of type DateChangedEventArgs.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |