TappedEventArgs(Object) Constructor

Definition

Initializes a new instance of the TappedEventArgs class with the specified parameter.

public:
 TappedEventArgs(System::Object ^ parameter);
public TappedEventArgs(object? parameter);
new Microsoft.Maui.Controls.TappedEventArgs : obj -> Microsoft.Maui.Controls.TappedEventArgs
Public Sub New (parameter As Object)

Parameters

parameter
Object

The command parameter associated with the tap gesture.

Applies to