SchedulerGestureEventHandler Delegate
A method that can handle the ViewBase.Tap, ViewBase.DoubleTap and ViewBase.LongPress events.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public delegate void SchedulerGestureEventHandler(
object sender,
SchedulerGestureEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | SchedulerGestureEventArgs | Data related to the event. |
See Also