LongPressingEventArgs(GestureStatus) Constructor
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.
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.