Class RadTappedEventArgs<T>
Arguments used for tapped events.
Inheritance
System.Object
RadTappedEventArgs<T>
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadTappedEventArgs<T> : EventArgs
Type Parameters
T
|
Constructors
RadTappedEventArgs(T)
Initializes a new instance of the TappedEventArgs class.
Declaration
public RadTappedEventArgs(T data)
Parameters
T
data
|
Properties
Data
Gets the data of the tapped item.
Declaration
public T Data { get; }
Property Value
T
|