Partager via


SysSpatialInputDeviceWatcher.Stopped Événement

Définition

Événement déclenché lorsque l’observation des appareils d’entrée spatiale s’est arrêtée.

Important

Cette API est disponible uniquement pour les composants du système d’exploitation Windows. Les appels à ces API échouent au moment de l’exécution pour tous les autres processus. Ces API peuvent être modifiées ou supprimées dans les prochaines versions de Windows.

// Register
event_token Stopped(TypedEventHandler<SysSpatialInputDeviceWatcher, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
SysSpatialInputDeviceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<SysSpatialInputDeviceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<SysSpatialInputDeviceWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
sysSpatialInputDeviceWatcher.addEventListener("stopped", onStopped);
sysSpatialInputDeviceWatcher.removeEventListener("stopped", onStopped);
- or -
sysSpatialInputDeviceWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of SysSpatialInputDeviceWatcher, Object) 

Type d'événement

S’applique à