LongPressGestureRecognizer.LongPressed Event
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.
Occurs when the long press gesture is completed (when the user releases after the minimum duration).
public:
event EventHandler<Microsoft::Maui::Controls::LongPressedEventArgs ^> ^ LongPressed;
public event EventHandler<Microsoft.Maui.Controls.LongPressedEventArgs>? LongPressed;
member this.LongPressed : EventHandler<Microsoft.Maui.Controls.LongPressedEventArgs>
Public Event LongPressed As EventHandler(Of LongPressedEventArgs)