ClassRadTappedEventArgs<T>
Class
Arguments used for tapped events.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class RadTappedEventArgs<T> : EventArgs
Inheritance: objectEventArgsRadTappedEventArgs<T>
Derived Classes:
Inherited Members
Constructors
RadTappedEventArgs(T)
Initializes a new instance of the TappedEventArgs class.
Declaration
cs-api-definition
public RadTappedEventArgs(T data)
Parameters
data
T
Properties
Data
Gets the data of the tapped item.
Declaration
cs-api-definition
public T Data { get; }
Property Value
T