Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 789 Bytes

holographicspace_isavailablechanged.md

File metadata and controls

23 lines (15 loc) · 789 Bytes
-api-id -api-type
E:Windows.Graphics.Holographic.HolographicSpace.IsAvailableChanged
winrt event

Windows.Graphics.Holographic.HolographicSpace.IsAvailableChanged

-description

Occurs when a configured and ready Mixed Reality headset is attached or detached from the system.

-remarks

On Desktop PCs, this tells an app when a Mixed Reality headset that is configured and ready is either attached to the PC or detached from the PC. Inspect the IsAvailable property to determine the current state of the system.

On HoloLens, this event will never occur, as holographic rendering is always available.

-see-also

-examples