Skip to content

IADLXDesktopChangedHandling

Navigation: ADLX SDK ReferencesADLX InterfacesDesktop

The IADLXDesktopChangedHandling interface allows registering and unregistering for notifications when the desktop list changes.

InterfaceId:IADLXDesktopChangedHandling
Smart Pointer Interface Name:IADLXDesktopChangedHandlingPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
AddDesktopListEventListenerRegisters an event listener for notifications when the desktop list changes.
RemoveDesktopListEventListenerUnregisters an event listener from notifications when the desktop list changes.

Requirements

Headerinclude “IDesktops.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the DesktopsEvent C++ sample.

For a C application, refer to the DesktopsEvent C sample.

Subpages

See Also: AddDesktopListEventListener, RemoveDesktopListEventListener, IADLXInterface, DesktopsEvent, DesktopsEvent