Class CalendarDoubleTappedEventArgs
Represents a class which is used to hold the double tap interaction event details and it occurs when the user double tap inside the calendar elements.
Inheritance
System.Object
CalendarDoubleTappedEventArgs
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.dll
Syntax
public class CalendarDoubleTappedEventArgs : EventArgs
Remarks
The interacted date and element details when the double tap action performed on the calendar element available in the CalendarDoubleTappedEventArgs.
Constructors
CalendarDoubleTappedEventArgs()
Declaration
public CalendarDoubleTappedEventArgs()
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