Back to Devexpress

AgendaView.Tap Event

maui-devexpress-dot-maui-dot-scheduler-dot-agendaview-e2beb225.md

latest1.3 KB
Original Source

AgendaView.Tap Event

Fires when users tap on the AgendaView.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public event SchedulerGestureEventHandler Tap

Event Data

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

AgendaView Class

AgendaView Members

DevExpress.Maui.Scheduler Namespace