Partager via


SysSpatialInputDeviceWatcher.Removed Événement

Définition

Événement déclenché lorsqu’un périphérique d’entrée spatiale est supprimé.

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 futures versions de Windows.

// Register
event_token Removed(TypedEventHandler<SysSpatialInputDeviceWatcher, SysSpatialInputDevice const&> const& handler) const;

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

// Revoke with event_revoker
SysSpatialInputDeviceWatcher::Removed_revoker Removed(auto_revoke_t, TypedEventHandler<SysSpatialInputDeviceWatcher, SysSpatialInputDevice const&> const& handler) const;
public event TypedEventHandler<SysSpatialInputDeviceWatcher,SysSpatialInputDevice> Removed;
function onRemoved(eventArgs) { /* Your code */ }
sysSpatialInputDeviceWatcher.addEventListener("removed", onRemoved);
sysSpatialInputDeviceWatcher.removeEventListener("removed", onRemoved);
- or -
sysSpatialInputDeviceWatcher.onremoved = onRemoved;
Public Custom Event Removed As TypedEventHandler(Of SysSpatialInputDeviceWatcher, SysSpatialInputDevice) 

Type d'événement

S’applique à