Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 917 Bytes

displaymanager_changed.md

File metadata and controls

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

Windows.Devices.Display.Core.DisplayManager.Changed

-description

An event that is raised when system display hardware is added, removed, or modified. This can occur whenever the DisplayAdapter or DisplayTarget collections change. Use this event to detect these changes and call GetCurrentAdapters and/or GetCurrentTargets to get the updated collections.

-remarks

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

-see-also

-examples