Notifies an application of a change to the hardware Configuration of a device or
the computer. See IDeviceNotifier or OpenDeviceNotifier()()()() interface for more information
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class WindowsDeviceNotifier : IDeviceNotifier
Public Class WindowsDeviceNotifier _ Implements IDeviceNotifier
public ref class WindowsDeviceNotifier : IDeviceNotifier
Members
All Members | Constructors | Properties | Events | ||
Icon | Member | Description |
---|---|---|
WindowsDeviceNotifier()()()() |
Creates an instance of the WindowsDeviceNotifier class.
See the IDeviceNotifier interface or OpenDeviceNotifier()()()() method for more information
| |
Enabled |
Enables/Disables notification events.
| |
OnDeviceNotify |
Main Notify event for all device notifications.
|
Remarks
This is the windows implementation of the device notifier.
Inheritance Hierarchy
Object | |
WindowsDeviceNotifier |