Freigeben über


DisplayProperties.ColorProfileChanged Ereignis

Definition

Hinweis

DisplayProperties kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen DisplayInformation.

Tritt auf, wenn sich das Farbprofil der physischen Anzeige ändert.

public:
 static event DisplayPropertiesEventHandler ^ ColorProfileChanged;
/// [add: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [remove: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
// Register
static event_token ColorProfileChanged(DisplayPropertiesEventHandler const& handler) const;

// Revoke with event_token
static void ColorProfileChanged(event_token const* cookie) const;

// Revoke with event_revoker
static DisplayProperties::ColorProfileChanged_revoker ColorProfileChanged(auto_revoke_t, DisplayPropertiesEventHandler const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
// Register
static event_token ColorProfileChanged(DisplayPropertiesEventHandler const& handler) const;

// Revoke with event_token
static void ColorProfileChanged(event_token const* cookie) const;

// Revoke with event_revoker
static DisplayProperties::ColorProfileChanged_revoker ColorProfileChanged(auto_revoke_t, DisplayPropertiesEventHandler const& handler) const;
[add: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
[remove: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public static event DisplayPropertiesEventHandler ColorProfileChanged;
[add: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static event DisplayPropertiesEventHandler ColorProfileChanged;
function onColorProfileChanged(eventArgs) { /* Your code */ }
Windows.Graphics.Display.DisplayProperties.addEventListener("colorprofilechanged", onColorProfileChanged);
Windows.Graphics.Display.DisplayProperties.removeEventListener("colorprofilechanged", onColorProfileChanged);
- or -
Windows.Graphics.Display.DisplayProperties.oncolorprofilechanged = onColorProfileChanged;
Public Shared Custom Event ColorProfileChanged As DisplayPropertiesEventHandler 

Ereignistyp

Attribute

Gilt für:

Weitere Informationen