Class MonthChangedEventArgs
Month changed event arguments.
Inheritance
System.Object
MonthChangedEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthChangedEventArgs : EventArgs
Constructors
MonthChangedEventArgs()
Declaration
public MonthChangedEventArgs()
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. |
VisibleDates
Gets the visible dates.
Declaration
public List<Calendar> VisibleDates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Java.Util.Calendar> | The visible dates. |