Back to Devexpress

ViewBase.LongPress Event

maui-devexpress-dot-maui-dot-scheduler-dot-viewbase-d584d9d7.md

latest1.3 KB
Original Source

ViewBase.LongPress Event

Fires when users long press on the scheduler view.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public event SchedulerGestureEventHandler LongPress

Event Data

The LongPress event's data class is SchedulerGestureEventArgs. The following properties provide information specific to this event:

PropertyDescription
AppointmentInfoReturns information about an appointment with which an user interacts.
IntervalInfoReturns information about a time interval with which a user interacts.
LocationReturns coordinates of the screen point to which user tapped.

See Also

ViewBase Class

ViewBase Members

DevExpress.Maui.Scheduler Namespace