NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemEvents.AddOnDisplaySettingsChanged

Adds an event handler that will be called when the display settings change. This event occurs when the display resolution or color depth changes, or a monitor is added or removed.

[Visual Basic]
Public Shared Sub AddOnDisplaySettingsChanged( _
   ByVal handler As EventHandler _
)
[C#]
public static void AddOnDisplaySettingsChanged(
   EventHandler handler
);
[C++]
public: static void AddOnDisplaySettingsChanged(
   EventHandler* handler
);
[JScript]
public static function AddOnDisplaySettingsChanged(
   handler : EventHandler
);

Parameters

handler
The event handler to be added.

See Also

SystemEvents Class | SystemEvents Members | System.Core Namespace | TBD