AgendaView.DoubleTap Event
Fires when users double tap on the AgendaView.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public event SchedulerGestureEventHandler DoubleTap
Event Data
The DoubleTap 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