Back to Devexpress

ViewBase.LongPress Event

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-dot-viewbase-b4e6d0b3.md

latest1.5 KB
Original Source

ViewBase.LongPress Event

Fires when users long press on the scheduler view.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.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.XamarinForms.Scheduler Namespace