PointerGestureRecognizer.PointerReleased Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsque le pointeur qui a précédemment lancé une pression est libéré dans la vue.
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)