Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthChangedEventArgs

    Show / Hide Table of Contents

    Class MonthChangedEventArgs

    Month changed event arguments.

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

    Constructors

    MonthChangedEventArgs()

    Declaration
    public MonthChangedEventArgs()

    Properties

    Calendar

    Gets the calendar.

    Declaration
    public SfCalendar Calendar { get; }
    Property Value
    Type Description
    SfCalendar

    The calendar.

    CurrentValue

    Gets the current value.

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

    The current value.

    PreviousValue

    Gets the previous value.

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

    The previous value.

    VisibleDates

    Gets the visible dates.

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

    The visible dates.

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