SystemBusyChanged Event

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Raised when the system will not be moving into an idle state in the near future so applications should perform any tasks that would otherwise prevent the computer from entering an idle state.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.PowerManagement
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static event EventHandler SystemBusyChanged
Visual Basic (Declaration)
Public Shared Event SystemBusyChanged As EventHandler
Visual C++
public:
static  event EventHandler^ SystemBusyChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe event handler specified for removal was not registered.
System..::.PlatformNotSupportedExceptionRequires Vista/Windows Server 2008.

See Also