DisplayProperties.StereoEnabledChanged Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Примечание
Свойства DisplayProperties могут быть изменены или недоступны для выпусков после Windows 8.1. Вместо этого используйте DisplayInformation.
Происходит при изменении свойства StereoEnabled из-за изменения поддержки стереоскопических трехмерных данных.
public:
static event DisplayPropertiesEventHandler ^ StereoEnabledChanged;
/// [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 StereoEnabledChanged(DisplayPropertiesEventHandler const& handler) const;
// Revoke with event_token
static void StereoEnabledChanged(event_token const* cookie) const;
// Revoke with event_revoker
static DisplayProperties::StereoEnabledChanged_revoker StereoEnabledChanged(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 StereoEnabledChanged(DisplayPropertiesEventHandler const& handler) const;
// Revoke with event_token
static void StereoEnabledChanged(event_token const* cookie) const;
// Revoke with event_revoker
static DisplayProperties::StereoEnabledChanged_revoker StereoEnabledChanged(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 StereoEnabledChanged;
[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 StereoEnabledChanged;
function onStereoEnabledChanged(eventArgs) { /* Your code */ }
Windows.Graphics.Display.DisplayProperties.addEventListener("stereoenabledchanged", onStereoEnabledChanged);
Windows.Graphics.Display.DisplayProperties.removeEventListener("stereoenabledchanged", onStereoEnabledChanged);
- or -
Windows.Graphics.Display.DisplayProperties.onstereoenabledchanged = onStereoEnabledChanged;
Public Shared Custom Event StereoEnabledChanged As DisplayPropertiesEventHandler
Тип события
- Атрибуты