LongPressedEventArgs 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 LongPressed event.
public ref class LongPressedEventArgs : EventArgs
public class LongPressedEventArgs : EventArgs
type LongPressedEventArgs = class
inherit EventArgs
Public Class LongPressedEventArgs
Inherits EventArgs
- Inheritance
-
LongPressedEventArgs
Constructors
| Name | Description |
|---|---|
| LongPressedEventArgs(Object) |
Initializes a new instance of the LongPressedEventArgs class. |
Properties
| Name | Description |
|---|---|
| Parameter |
Gets the command parameter associated with the gesture. |
Methods
| Name | Description |
|---|---|
| GetPosition(Element) |
Gets the position where the long press occurred, relative to the specified element. |