Condividi tramite


SysHolographicWindowingEnvironment.IsHomeGestureReadyChanged Evento

Definizione

Evento generato quando il movimento home entra o lascia lo stato pronto. Questa API è disponibile solo per i componenti del sistema operativo Windows.

// Register
event_token IsHomeGestureReadyChanged(TypedEventHandler<SysHolographicWindowingEnvironment, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
SysHolographicWindowingEnvironment::IsHomeGestureReadyChanged_revoker IsHomeGestureReadyChanged(auto_revoke_t, TypedEventHandler<SysHolographicWindowingEnvironment, IInspectable const&> const& handler) const;
public event TypedEventHandler<SysHolographicWindowingEnvironment,object> IsHomeGestureReadyChanged;
function onIsHomeGestureReadyChanged(eventArgs) { /* Your code */ }
sysHolographicWindowingEnvironment.addEventListener("ishomegesturereadychanged", onIsHomeGestureReadyChanged);
sysHolographicWindowingEnvironment.removeEventListener("ishomegesturereadychanged", onIsHomeGestureReadyChanged);
- or -
sysHolographicWindowingEnvironment.onishomegesturereadychanged = onIsHomeGestureReadyChanged;
Public Custom Event IsHomeGestureReadyChanged As TypedEventHandler(Of SysHolographicWindowingEnvironment, Object) 

Tipo evento

Requisiti Windows

Famiglia di dispositivi
Windows Holographic System Implementation Extension SDK (è stato introdotto in 10.0.18362.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (è stato introdotto in v2.0)

Commenti

Le chiamate a queste API avranno esito negativo in fase di esecuzione per tutti i processi diversi dai componenti del sistema operativo Windows. Queste API possono essere modificate o rimosse nelle versioni future di Windows.

Si applica a