menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarViewChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarViewChangedEventArgs

    Represents a class which is used to hold the view changed event details.

    Inheritance
    System.Object
    CalendarViewChangedEventArgs
    Namespace: Syncfusion.Maui.Calendar
    Assembly: Syncfusion.Maui.Calendar.dll
    Syntax
    public class CalendarViewChangedEventArgs : EventArgs

    Constructors

    CalendarViewChangedEventArgs()

    Declaration
    public CalendarViewChangedEventArgs()

    Properties

    NewView

    Gets the new calendar view.

    Declaration
    public CalendarView NewView { get; }
    Property Value
    Type
    CalendarView

    NewVisibleDates

    Gets the visible dates that visible on current view.

    Declaration
    public ReadOnlyCollection<DateTime> NewVisibleDates { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ReadOnlyCollection<System.DateTime>

    OldView

    Gets the old calendar view.

    Declaration
    public CalendarView OldView { get; }
    Property Value
    Type
    CalendarView

    OldVisibleDates

    Gets the visible dates that visible on previous view.

    Declaration
    public ReadOnlyCollection<DateTime> OldVisibleDates { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ReadOnlyCollection<System.DateTime>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved