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> |