IADLXDesktopChangedHandling
The IADLXDesktopChangedHandling interface allows registering and unregistering for notifications when the desktop list changes.
InterfaceId: |
IADLXDesktopChangedHandling |
Smart Pointer Interface Name: |
IADLXDesktopChangedHandlingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Registers an event listener for notifications when the desktop list changes. |
|
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 .