TappedEventArgs<T>
Class
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
Constructors
Initializes a new instance of the TappedEventArgs<T> class.
C#
public TappedEventArgs(T data)
Properties
Data
T
Gets the tapped appointment.
C#
public T Data { get; }