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