menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthChangingEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MonthChangingEventArgs

    Month changed event arguments.

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

    Constructors

    MonthChangingEventArgs()

    Declaration
    public MonthChangingEventArgs()

    Properties

    NewMonth

    Gets the new date value.

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

    The new value.

    OldMonth

    Gets the old date value.

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

    The old value.

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