Share via


TappedEventArgs Class

Definition

Event arguments for the Tapped event.

public ref class TappedEventArgs : EventArgs
public class TappedEventArgs : EventArgs
type TappedEventArgs = class
    inherit EventArgs
Public Class TappedEventArgs
Inherits EventArgs
Inheritance
TappedEventArgs

Constructors

Name Description
TappedEventArgs(Object)

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

Properties

Name Description
Buttons

Gets the button mask indicating which buttons triggered the tap.

Parameter

Gets the command parameter passed to the TapGestureRecognizer.

Methods

Name Description
GetPosition(Element)

Gets the position of the tap relative to the specified element.

Applies to