BlinkStickDotNet.UsbMonitor.OnDeviceNotifyEvent C# (CSharp) Méthode

OnDeviceNotifyEvent() private méthode

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