menu

UWP

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

    Show / Hide Table of Contents

    Class MonthChangedEventArgs

    Provide data for MonthChanged event

    Inheritance
    System.Object
    MonthChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class MonthChangedEventArgs : EventArgs

    Constructors

    MonthChangedEventArgs()

    Declaration
    public MonthChangedEventArgs()

    Properties

    NewMonth

    Gets or sets the new month.

    Declaration
    public object NewMonth { get; }
    Property Value
    Type
    System.Object

    OldDisplayDate

    Gets or sets the old display date.

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

    OldMonth

    Gets or sets the old month.

    Declaration
    public object OldMonth { get; }
    Property Value
    Type
    System.Object

    VisibleDates

    Gets or sets the current visible dates.

    Declaration
    public List<DateTime> VisibleDates { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.DateTime>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved