TappedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |