Skip to main content
All docs
V19.1

SchedulerView.LongPress Event

Fires when users long press on the Scheduler View.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public event SchedulerGestureEventHandler LongPress

Event Data

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

Property Description
AppointmentInfo Returns information about an appointment with which an user interacts.
IntervalInfo Returns information about a time interval with which a user interacts.
Location Returns coordinates of the screen point to which user tapped.
See Also