menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MonthChangedEventArgs

    Month changed event arguments.

    Inheritance
    System.Object
    MonthChangedEventArgs
    Namespace: Com.Syncfusion.Calendar
    Assembly: Syncfusion.SfCalendar.Android.dll
    Syntax
    public class MonthChangedEventArgs : EventArgs

    Constructors

    MonthChangedEventArgs()

    Declaration
    public MonthChangedEventArgs()

    Properties

    NewValue

    Gets the new date value.

    Declaration
    public Calendar NewValue { get; }
    Property Value
    Type Description
    Java.Util.Calendar

    The new value.

    OldValue

    Gets the old date value.

    Declaration
    public Calendar OldValue { get; }
    Property Value
    Type Description
    Java.Util.Calendar

    The old value.

    VisibleDates

    Gets the visible dates.

    Declaration
    public List<Calendar> VisibleDates { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Java.Util.Calendar>

    The visible dates.

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