Class DisplayedMonthChangedEventArgs
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
It inherits System.EventArgs. The DisplayedMonthChangedEvent in a calendar contains the DisplayedMonthChangedEventArgs as a parameter.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public class DisplayedMonthChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args DisplayedMonth Changed Event Args
Constructors
View Source
DisplayedMonthChangedEventArgs(int, int)
Creates and initializes a new instance of the DisplayedMonthChangedEventArgs class.
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public DisplayedMonthChangedEventArgs(int oldMonth, int newMonth)
Parameters
Type | Name | Description |
---|---|---|
int | oldMonth | Old month of the date when the DisplayedMonthChangedEvent triggered. |
int | newMonth | New month of the date when the DisplayedMonthChangedEvent triggered. |
Properties
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public int NewMonth { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public int OldMonth { get; }
Property Value
Type | Description |
---|---|
int |