Class
TappedEventArgs<T>

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:

cs-api-definition
public class TappedEventArgs<T> : EventArgs

Inheritance: objectEventArgsTappedEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

TappedEventArgs(T)

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

Declaration

cs-api-definition
public TappedEventArgs(T data)

Parameters

data

T

Properties

Data

Gets the tapped appointment.

Declaration

cs-api-definition
public T Data { get; }

Property Value

T