MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerViewChangedEventArgs

    Show / Hide Table of Contents

    Class SchedulerViewChangedEventArgs

    Occurs when the view is changed on swiping and the scheduler views are switched.

    Inheritance
    System.Object
    SchedulerViewChangedEventArgs
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class SchedulerViewChangedEventArgs : EventArgs
    Remarks

    The scheduler current view visible dates available in the SchedulerViewChangedEventArgs when scheduler visible dates or view changed.

    Constructors

    SchedulerViewChangedEventArgs()

    Declaration
    public SchedulerViewChangedEventArgs()

    Properties

    NewView

    Gets the new scheduler view.

    Declaration
    public SchedulerView NewView { get; }
    Property Value
    Type Description
    SchedulerView

    NewVisibleDates

    Gets the new visible dates that visible on current view.

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

    OldView

    Gets the old scheduler view.

    Declaration
    public SchedulerView OldView { get; }
    Property Value
    Type Description
    SchedulerView

    OldVisibleDates

    Gets the old visible dates that visible on previous view.

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