Share via


SpatialGestureRecognizer.ManipulationCompleted Ereignis

Definition

Tritt auf, wenn eine Bearbeitungsgeste abgeschlossen ist.

// Register
event_token ManipulationCompleted(TypedEventHandler<SpatialGestureRecognizer, SpatialManipulationCompletedEventArgs const&> const& handler) const;

// Revoke with event_token
void ManipulationCompleted(event_token const* cookie) const;

// Revoke with event_revoker
SpatialGestureRecognizer::ManipulationCompleted_revoker ManipulationCompleted(auto_revoke_t, TypedEventHandler<SpatialGestureRecognizer, SpatialManipulationCompletedEventArgs const&> const& handler) const;
public event TypedEventHandler<SpatialGestureRecognizer,SpatialManipulationCompletedEventArgs> ManipulationCompleted;
function onManipulationCompleted(eventArgs) { /* Your code */ }
spatialGestureRecognizer.addEventListener("manipulationcompleted", onManipulationCompleted);
spatialGestureRecognizer.removeEventListener("manipulationcompleted", onManipulationCompleted);
- or -
spatialGestureRecognizer.onmanipulationcompleted = onManipulationCompleted;
Public Custom Event ManipulationCompleted As TypedEventHandler(Of SpatialGestureRecognizer, SpatialManipulationCompletedEventArgs) 

Ereignistyp

Hinweise

Bei Handinteraktionen wird das SpatialManipulationCompletedEventArgs-Ereignis ausgelöst, wenn der Finger nach einem ManipulationStarted-Ereignis freigegeben wird.

Für Sprach- und Bewegungscontrollerinteraktionen wird dieses Ereignis nicht ausgelöst.

Gilt für: