LongPressingEventArgs(GestureStatus) Constructor

Definition

Initializes a new instance of the LongPressingEventArgs class.

public:
 LongPressingEventArgs(Microsoft::Maui::GestureStatus status);
public LongPressingEventArgs(Microsoft.Maui.GestureStatus status);
new Microsoft.Maui.Controls.LongPressingEventArgs : Microsoft.Maui.GestureStatus -> Microsoft.Maui.Controls.LongPressingEventArgs
Public Sub New (status As GestureStatus)

Parameters

status
GestureStatus

The current status of the gesture.

Applies to