IADLXDesktopChangedHandling 

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 

Method

Description

AddDesktopListEventListener

Registers an event listener for notifications when the desktop list changes.

RemoveDesktopListEventListener

Unregisters an event listener from notifications when the desktop list changes.

Requirements 

Header

include”IDesktops.h”

Minimum version

1.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 .