LineDisplayStatusUpdatedEventArgs LineDisplayStatusUpdatedEventArgs LineDisplayStatusUpdatedEventArgs LineDisplayStatusUpdatedEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Provides event data for power state changes in the line display device.

public : sealed class LineDisplayStatusUpdatedEventArgs : ILineDisplayStatusUpdatedEventArgspublic sealed class LineDisplayStatusUpdatedEventArgs : ILineDisplayStatusUpdatedEventArgsPublic NotInheritable Class LineDisplayStatusUpdatedEventArgs Implements ILineDisplayStatusUpdatedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Properties

Status Status Status Status

Prerelease. Gets the current power status of the device.

public : LineDisplayPowerStatus Status { get; }public LineDisplayPowerStatus Status { get; }Public ReadOnly Property Status As LineDisplayPowerStatus// You can use this property in JavaScript.