Share via


LongPressingEventArgs Class

Definition

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.

Applies to