Class MonthChangingEventArgs
Month changed event arguments.
Inheritance
System.Object
MonthChangingEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthChangingEventArgs : EventArgs
Constructors
MonthChangingEventArgs()
Declaration
public MonthChangingEventArgs()
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. |