SysSpatialInputDeviceWatcher.EnumerationCompleted É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.
Événement déclenché lorsque la relecture initiale des périphériques d’entrée spatiale est terminé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 futures versions de Windows.
// Register
event_token EnumerationCompleted(TypedEventHandler<SysSpatialInputDeviceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void EnumerationCompleted(event_token const* cookie) const;
// Revoke with event_revoker
SysSpatialInputDeviceWatcher::EnumerationCompleted_revoker EnumerationCompleted(auto_revoke_t, TypedEventHandler<SysSpatialInputDeviceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<SysSpatialInputDeviceWatcher,object> EnumerationCompleted;
function onEnumerationCompleted(eventArgs) { /* Your code */ }
sysSpatialInputDeviceWatcher.addEventListener("enumerationcompleted", onEnumerationCompleted);
sysSpatialInputDeviceWatcher.removeEventListener("enumerationcompleted", onEnumerationCompleted);
- or -
sysSpatialInputDeviceWatcher.onenumerationcompleted = onEnumerationCompleted;
Public Custom Event EnumerationCompleted As TypedEventHandler(Of SysSpatialInputDeviceWatcher, Object)
Type d'événement
TypedEventHandler<SysSpatialInputDeviceWatcher,IInspectable>