Main Notify event for all device notifications.
Declaration Syntax
C# | Visual Basic | Visual 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); }