LampAvailabilityChangedEventArgs LampAvailabilityChangedEventArgs LampAvailabilityChangedEventArgs LampAvailabilityChangedEventArgs Class

Definition

Provides data for the AvailabilityChanged event.

public : sealed class LampAvailabilityChangedEventArgs : ILampAvailabilityChangedEventArgspublic sealed class LampAvailabilityChangedEventArgs : ILampAvailabilityChangedEventArgsPublic NotInheritable Class LampAvailabilityChangedEventArgs Implements ILampAvailabilityChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

IsAvailable IsAvailable IsAvailable IsAvailable

Gets a value indicating whether the lamp device that triggered the event is available.

public : PlatForm::Boolean IsAvailable { get; }public bool IsAvailable { get; }Public ReadOnly Property IsAvailable As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the lamp device is available; otherwise, false.