menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MonthChangingEventArgs

    Month changed event arguments.

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

    Constructors

    MonthChangingEventArgs()

    Declaration
    public MonthChangingEventArgs()

    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.

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