Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 784 Bytes

displaymanager_start_1587696324.md

File metadata and controls

21 lines (15 loc) · 784 Bytes
-api-id -api-type ms.custom
M:Windows.Devices.Display.Core.DisplayManager.Start
winrt method
RS5

Windows.Devices.Display.Core.DisplayManager.Start

-description

Starts listening for all DisplayManager events atomically. DisplayManager events are not raised until you call Start.

-remarks

All callers of Start are required to have subscribed to Enabled, Disabled, Changed, and PathsFailedOrInvalidated. Start fails if there are no subscribers to any of those events.

-see-also

-examples