LongPressingEventArgs 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 LongPressing event. Provides real-time state updates during the gesture (primarily on iOS and Mac Catalyst).
public ref class LongPressingEventArgs : EventArgs
public class LongPressingEventArgs : EventArgs
type LongPressingEventArgs = class
inherit EventArgs
Public Class LongPressingEventArgs
Inherits EventArgs
- Inheritance
-
LongPressingEventArgs
Constructors
| Name | Description |
|---|---|
| LongPressingEventArgs(GestureStatus) |
Initializes a new instance of the LongPressingEventArgs class. |
Properties
| Name | Description |
|---|---|
| Status |
Gets the current status of the gesture (Started, Running, Completed, or Canceled). |
Methods
| Name | Description |
|---|---|
| GetPosition(Element) |
Gets the current position of the touch, relative to the specified element. |