Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 949 Bytes

displaymanager_enabled.md

File metadata and controls

21 lines (15 loc) · 949 Bytes
-api-id -api-type ms.custom
E:Windows.Devices.Display.Core.DisplayManager.Enabled
winrt event
RS5

Windows.Devices.Display.Core.DisplayManager.Enabled

-description

An event raised whenever the current session's display stack is enabled, and when DisplayManager.Start is called. You can re-enable the session display stack in several cases, such as switching Terminal Services sessions, or to recover from driver failures. We recommend that subscribers re-enumerate all targets and state in this call, since the system display stack could be left in any state before this event is raised.

-remarks

DisplayManager events are not raised until you call DisplayManager.Start.

-see-also

-examples