Class CalendarTappedEventArgs
Represents a class which is used to hold the tap interaction event details and it occurs when the user clicks or touch on the calendar elements.
Inheritance
System.Object
    CalendarTappedEventArgs
  Namespace: Syncfusion.Maui.Toolkit.Calendar
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class CalendarTappedEventArgs : EventArgs
  Remarks
The interacted date and element details when the tap action performed on the calendar element available in the CalendarTappedEventArgs.
Constructors
CalendarTappedEventArgs()
Declaration
public CalendarTappedEventArgs()
  Properties
Date
Gets the interacted element date value.
Declaration
public DateTime Date { get; }
  Property Value
| Type | 
|---|
| System.DateTime | 
Element
Gets the interacted element value.
Declaration
public CalendarElement Element { get; }
  Property Value
| Type | 
|---|
| CalendarElement | 
WeekNumber
Gets the interacted element week number value.
Declaration
public int WeekNumber { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Remarks
This is applicable for the month view