Compartir a través de


SysSpatialInputDeviceWatcher.Stopped Evento

Definición

Evento que se genera cuando se ha detenido la inspección del dispositivo de entrada espacial.

Importante

Esta API solo está disponible para los componentes del sistema operativo Windows. Las llamadas a estas API producirán un error en tiempo de ejecución para todos los demás procesos. Estas API se pueden modificar o quitar en futuras versiones 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) 

Tipo de evento

Se aplica a