Click or drag to resize

DeviceChangeEventArgsIsAttach Property

Get a value that indicates if the DeviceChange event is reporting device attach or detach.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsAttach { get; }

Property Value

Type: Boolean

true if attach, false if detach.

See Also