IADLXDisplayChangedHandling
The IADLXDisplayChangedHandling interface allows registering and unregistering for notifications when the display settings change.
InterfaceId: |
IADLXDisplayChangedHandling |
Smart Pointer Interface Name: |
IADLXDisplayChangedHandlingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Registers an event listener for notifications when the display 3D LUT changes. |
|
Registers an event listener for notifications when the display gamma changes. |
|
Registers an event listener for notifications when the display gamut changes. |
|
Registers an event listener for notifications when the display list changes. |
|
Registers an event listener for notifications when the display settings change. |
|
Unregisters an event listener from notifications when the display 3D LUT changes. |
|
Unregisters an event listener from notifications when the display gamma changes. |
|
Unregisters an event listener from notifications when the display gamut changes. |
|
Unregisters an event listener from notifications when the display list changes. |
|
Unregisters an event listener from notifications when the display settings change. |
Requirements
Header |
include “IDisplays.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the DisplayEvents C++ sample .
For a C application, refer to the DisplayEvents C sample .
For a C# application, refer to the DisplayEvents C# sample .
For a Java application, refer to the DisplayEvents Java sample .
For a Python application, refer to the DisplayEvents Python sample .