 | DeviceChangeEventArgs Constructor |
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DeviceChangeEventArgs(
string deviceName,
bool isAttach
)
Public Sub New (
deviceName As String,
isAttach As Boolean
)
public:
DeviceChangeEventArgs(
String^ deviceName,
bool isAttach
)
Parameters
- deviceName
- Type: SystemString
A string that identifies the USB device. - isAttach
- Type: SystemBoolean
true if attach, false if detach.
See Also