Class TappedEventArgs<T>
Represents the event arguments for the AppointmentTapped and AppointmentDoubleTapped events.
Inheritance
System.Object
TappedEventArgs<T>
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TappedEventArgs<T> : EventArgs
Type Parameters
T
|
Constructors
TappedEventArgs(T)
Initializes a new instance of the TappedEventArgs<T> class.
Declaration
public TappedEventArgs(T data)
Parameters
T
data
|
Properties
Data
Gets the tapped appointment.
Declaration
public T Data { get; }
Property Value
T
|