SysHolographicWindowingEnvironment.IsHomeGestureReadyChanged Evento

Definição

O evento gerado quando o gesto de página inicial entra ou deixa o estado pronto. Essa API está disponível apenas para componentes do sistema operacional 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 de evento

Requisitos do Windows

Família de dispositivos
Windows Holographic System Implementation Extension SDK (introduzida na 10.0.18362.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduzida na v2.0)

Comentários

As chamadas para essas APIs falharão em runtime para todos os processos que não sejam componentes do sistema operacional Windows. Essas APIs podem ser modificadas ou removidas em versões futuras do Windows.

Aplica-se a