Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 788 Bytes

displaymanagerdisabledeventargs_handled.md

File metadata and controls

24 lines (17 loc) · 788 Bytes
-api-id -api-type ms.custom
P:Windows.Devices.Display.Core.DisplayManagerDisabledEventArgs.Handled
winrt property
RS5

Windows.Devices.Display.Core.DisplayManagerDisabledEventArgs.Handled

-description

Gets and sets a value indicating whether the Disabled event has been handled.

-property-value

true if the Disabled event has been handled, otherwise false.

-remarks

This property's value must be set to true in order to indicate that the Disabled event has been handled. If you fail to handle the Disabled event, then the process is forced to exit.

-see-also

-examples