menu

UWP

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

    Show / Hide Table of Contents

    Class SelectedMonthChangedEventArgs

    Represents properties of SelectedMonthChanged event.

    Inheritance
    System.Object
    SelectedMonthChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class SelectedMonthChangedEventArgs : EventArgs

    Constructors

    SelectedMonthChangedEventArgs()

    Declaration
    public SelectedMonthChangedEventArgs()

    Properties

    Month

    Gets or sets selected month value in the year.

    Declaration
    public int Month { get; set; }
    Property Value
    Type
    System.Int32

    Extension Methods

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