alexa
menu

    Show / Hide Table of Contents

    Class MonthChangedEventArgs

    Month changed event arguments.

    Inheritance
    System.Object
    MonthChangedEventArgs
    Namespace: Syncfusion.SfCalendar.iOS
    Assembly: Syncfusion.SfCalendar.iOS.dll
    Syntax
    public class MonthChangedEventArgs : EventArgs

    Constructors

    MonthChangedEventArgs()

    Declaration
    public MonthChangedEventArgs()

    Properties

    NavigatedMonth

    Gets the new date value.

    Declaration
    public NSDate NavigatedMonth { get; }
    Property Value
    Type Description
    Foundation.NSDate

    The new value.

    PreviousMonth

    Gets the old date value.

    Declaration
    public NSDate PreviousMonth { get; }
    Property Value
    Type Description
    Foundation.NSDate

    The old value.

    VisibleDates

    Gets the visible dates.

    Declaration
    public NSMutableArray VisibleDates { get; }
    Property Value
    Type Description
    Foundation.NSMutableArray

    The visible dates.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved