Occurs when a device sends a notification that its configuration has changed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ConfigurationChanged
Public Event ConfigurationChanged As EventHandler
public: virtual event EventHandler^ ConfigurationChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }