Click or drag to resize

DeviceChangeEventArgs Properties

The DeviceChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDeviceName
Gets the string generated by Windows that uniquely identifies the USB device.
Public propertyIsAttach
Get a value that indicates if the DeviceChange event is reporting device attach or detach.
Public propertyUsbDevice
Gets the UsbDevice affected by the event.
Top
See Also