DeviceAccessChangedEventArgs.Status Property

Definition

The new status of access to a device.

public:
 property DeviceAccessStatus Status { DeviceAccessStatus get(); };
DeviceAccessStatus Status();
public DeviceAccessStatus Status { get; }
var deviceAccessStatus = deviceAccessChangedEventArgs.status;
Public ReadOnly Property Status As DeviceAccessStatus

Property Value

The new status of access to a device.

Applies to