Raised when the user selects another date using the month or year navigation controls on the calendar header area.
Namespace: MindFusion.Scheduling
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |