New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the event arguments for the AppointmentTapped and AppointmentDoubleTapped events.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Type Parameters:

T

Syntax:

C#
public class TappedEventArgs<T> : EventArgs

Inheritance: objectEventArgsTappedEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TappedEventArgs<T> class.

C#
public TappedEventArgs(T data)
Parameters:dataT

Properties

Gets the tapped appointment.

C#
public T Data { get; }