Class WeekNumberTappedEventArgs
Provides data for the WeekNumberTapped event.
Inheritance
System.Object
WeekNumberTappedEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class WeekNumberTappedEventArgs : EventArgs
Constructors
WeekNumberTappedEventArgs()
Declaration
public WeekNumberTappedEventArgs()
Properties
Month
Gets the corresponding month.
Declaration
public int Month { get; }
Property Value
Type |
---|
System.Int32 |
PointerDeviceType
Gets the device type that associated with event.
Declaration
public PointerDeviceType PointerDeviceType { get; }
Property Value
Type |
---|
Microsoft.UI.Input.PointerDeviceType |
WeekNumber
Gets the corresponding week number.
Declaration
public string WeekNumber { get; }
Property Value
Type |
---|
System.String |
Year
Gets the corresponding year.
Declaration
public int Year { get; }
Property Value
Type |
---|
System.Int32 |