Class WeekNumberTappedEventArgs
Provides data for the WeekNumberTapped event.
Inheritance
System.Object
System.EventArgs
WeekNumberTappedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.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 | Description |
---|---|
System.Int32 |
WeekNumber
Gets the corresponding week number.
Declaration
public string WeekNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
Year
Gets the corresponding year.
Declaration
public int Year { get; }
Property Value
Type | Description |
---|---|
System.Int32 |