Class MonthChangedEventArgs
Inheritance
System.Object
System.EventArgs
MonthChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class MonthChangedEventArgs : EventArgs
Constructors
MonthChangedEventArgs()
Blank Constuctor
Declaration
public MonthChangedEventArgs()
MonthChangedEventArgs(Int32, Int32, Object)
Initializes a new instance of the TileViewEventArgs class.
Declaration
public MonthChangedEventArgs(int oldMonth, int newMonth, object source)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | oldMonth | The previous month. |
System.Int32 | newMonth | The new month. |
System.Object | source | . |
Properties
NewMonth
Gets or sets the new month.
Declaration
public int NewMonth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The new Month. |
PreviousMonth
Gets or sets the previous month.
Declaration
public int PreviousMonth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The previous Month. |
Source
Gets or sets Source
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |