PointerGestureRecognizer.PointerReleased Event

Definition

Raised when the pointer that has previous initiated a press is released within the view.

public:
 event EventHandler<Microsoft::Maui::Controls::PointerEventArgs ^> ^ PointerReleased;
public event EventHandler<Microsoft.Maui.Controls.PointerEventArgs>? PointerReleased;
member this.PointerReleased : EventHandler<Microsoft.Maui.Controls.PointerEventArgs> 
Public Event PointerReleased As EventHandler(Of PointerEventArgs) 

Event Type

Applies to