Class SelectedMonthChangedEventArgs
Represents properties of SelectedMonthChanged event.
Inheritance
System.Object
SelectedMonthChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class SelectedMonthChangedEventArgs : EventArgs
Constructors
SelectedMonthChangedEventArgs()
Declaration
public SelectedMonthChangedEventArgs()
Properties
Month
Gets or sets selected month value in the year.
Declaration
public int Month { get; set; }
Property Value
Type |
---|
System.Int32 |