menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MonthChangingEventArgs

    Month changed event arguments.

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

    Constructors

    MonthChangingEventArgs()

    Declaration
    public MonthChangingEventArgs()

    Properties

    NavigatingMonth

    Gets the date selection range.

    Declaration
    public DateTime NavigatingMonth { get; }
    Property Value
    Type Description
    System.DateTime

    The date time.

    PreviousMonth

    Gets the date of the previous month.

    Declaration
    public DateTime PreviousMonth { get; }
    Property Value
    Type Description
    System.DateTime

    The calendar.

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