Table of Contents

Class DeviceConnectionEventArgs

Namespace
System.Device.Usb
Assembly
System.Device.UsbStream.dll

Contains argument values for USB device connection events.

public class DeviceConnectionEventArgs : EventArgs
Inheritance
DeviceConnectionEventArgs
Inherited Members
Extension Methods

Properties

IsConnected

Gets a value indicating whether the USB device is connected or not.

public bool IsConnected { get; }

Property Value

bool