Class MonthChangingEventArgs
Month changed event arguments.
Inheritance
System.Object
MonthChangingEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class MonthChangingEventArgs : EventArgs
Constructors
MonthChangingEventArgs()
Declaration
public MonthChangingEventArgs()
Properties
NewMonth
Gets the new date value.
Declaration
public NSDate NewMonth { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The new value. |
OldMonth
Gets the old date value.
Declaration
public NSDate OldMonth { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The old value. |