Class MonthChangingEventArgs
Provide data for MonthChanging event
Inheritance
System.Object
    MonthChangingEventArgs
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class MonthChangingEventArgs : EventArgs
  Constructors
MonthChangingEventArgs()
Declaration
public MonthChangingEventArgs()
  Properties
Cancel
Gets or sets a value indicating whether to cancel the action.
Declaration
public bool Cancel { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
NewMonth
Gets or sets the new month.
Declaration
public object NewMonth { get; }
  Property Value
| Type | 
|---|
| System.Object | 
OldMonth
Gets or sets the old month.
Declaration
public object OldMonth { get; }
  Property Value
| Type | 
|---|
| System.Object |