Class SchedulerRightTappedEventArgs
Occurs when a user performs a right tap action on scheduler elements in desktop platforms such as Windows or macOS.
Inherited Members
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerRightTappedEventArgs : SchedulerInteractionEventArgs
Remarks
This event provides information about the right tapped date, appointments, and the scheduler element involved through the SchedulerRightTappedEventArgs
The event is raised only on desktop platforms (Windows and macOS) and is not supported on Android or iOS.
Constructors
SchedulerRightTappedEventArgs()
Declaration
public SchedulerRightTappedEventArgs()