Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 874 Bytes

powermanager_displaystatuschanged.md

File metadata and controls

24 lines (15 loc) · 874 Bytes
-api-id -api-type
E:Microsoft.Windows.System.Power.PowerManager.DisplayStatusChanged
winrt event

Microsoft.Windows.System.Power.PowerManager.DisplayStatusChanged

-description

Raised when the status of the display that is associated with the app's session has changed.

-remarks

To get the current status of the display in response to this event, use the DisplayStatus property. This event corresponds to the GUID_SESSION_DISPLAY_STATUS power setting GUID.

-see-also

DisplayStatus property, DisplayStatus enum, Power management with the app lifecycle API

-examples