Class RadTappingEventArgs<T>
Arguments used for tapping events.
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadTappingEventArgs<T> : RadTappedEventArgs<T>
Type Parameters
T
|
Constructors
RadTappingEventArgs(T)
Initializes a new instance of the RadTappingEventArgs class.
Declaration
public RadTappingEventArgs(T data)
Parameters
T
data
|
Properties
Cancel
Gets or sets a value that indicates whether tapping should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.
|