LibUsbDotNet 2.2.8
OnDeviceNotify Event
Library ReferenceLibUsbDotNet.DeviceNotifyWindowsDeviceNotifierOnDeviceNotify
LibUsbDotNet on SourceForge
Main Notify event for all device notifications.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<DeviceNotifyEventArgs> OnDeviceNotify
Public Event OnDeviceNotify As EventHandler(Of DeviceNotifyEventArgs)
public:
virtual  event EventHandler<DeviceNotifyEventArgs^>^ OnDeviceNotify {
	void add (EventHandler<DeviceNotifyEventArgs^>^ value);
	void remove (EventHandler<DeviceNotifyEventArgs^>^ value);
}

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)