Back to Devexpress

ViewBase.DoubleTap Event

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

latest1.3 KB
Original Source

ViewBase.DoubleTap Event

Fires when users double tap on the scheduler view.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public event SchedulerGestureEventHandler DoubleTap

Event Data

The DoubleTap 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