BlinkStickDotNet.UsbMonitor.OnDeviceNotifyEvent C# (CSharp) 메소드

OnDeviceNotifyEvent() 개인적인 메소드

Handles device list change on Linux/Mac.
private OnDeviceNotifyEvent ( object sender, DeviceNotifyEventArgs e ) : void
sender object Sender.
e LibUsbDotNet.DeviceNotify.DeviceNotifyEventArgs E.
리턴 void
        private void OnDeviceNotifyEvent(object sender, DeviceNotifyEventArgs e)
        {
            OnUsbDevicesChanged();
        }