Class
RadTappedEventArgs<T>

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: RadTappingEventArgs<T>

Inherited Members EventArgs.Empty

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