 | 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)
Syntaxpublic bool IsAttach { get; }
Public ReadOnly Property IsAttach As Boolean
Get
public:
property bool IsAttach {
bool get ();
}
Property Value
Type:
Booleantrue if attach, false if detach.
See Also