Main Notify event for all device notifications.
Declaration Syntax
C# | Visual Basic | Visual C++ |
event EventHandler<DeviceNotifyEventArgs> OnDeviceNotify
Event OnDeviceNotify As EventHandler(Of DeviceNotifyEventArgs)
event EventHandler<DeviceNotifyEventArgs^>^ OnDeviceNotify { void add (EventHandler<DeviceNotifyEventArgs^>^ value); void remove (EventHandler<DeviceNotifyEventArgs^>^ value); }