Skip to content

IADLXDesktopListChangedListener

Navigation: ADLX SDK ReferencesADLX InterfacesDesktop

The IADLXDesktopListChangedListener interface is implemented in the application to receive a new list of desktops from ADLX when the desktop list changes.

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

An instance of the implemented IADLXDesktopListChangedListener interface must be passed to AddDesktopListEventListener to register for notifications when the desktop list changes.

For more information about subscribing for event notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnDesktopListChangedThe OnDesktopsListChanged is called by ADLX 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, OnDesktopListChanged, DesktopsEvent, DesktopsEvent, Subscribing to Event Notifications using ADLX