Share via


UISettings.AnimationsEnabledChanged Evento

Definizione

Si verifica quando il valore della proprietà AnimationsEnabled è stato modificato.

// Register
event_token AnimationsEnabledChanged(TypedEventHandler<UISettings, UISettingsAnimationsEnabledChangedEventArgs const&> const& handler) const;

// Revoke with event_token
void AnimationsEnabledChanged(event_token const* cookie) const;

// Revoke with event_revoker
UISettings::AnimationsEnabledChanged_revoker AnimationsEnabledChanged(auto_revoke_t, TypedEventHandler<UISettings, UISettingsAnimationsEnabledChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<UISettings,UISettingsAnimationsEnabledChangedEventArgs> AnimationsEnabledChanged;
function onAnimationsEnabledChanged(eventArgs) { /* Your code */ }
uISettings.addEventListener("animationsenabledchanged", onAnimationsEnabledChanged);
uISettings.removeEventListener("animationsenabledchanged", onAnimationsEnabledChanged);
- or -
uISettings.onanimationsenabledchanged = onAnimationsEnabledChanged;
Public Custom Event AnimationsEnabledChanged As TypedEventHandler(Of UISettings, UISettingsAnimationsEnabledChangedEventArgs) 

Tipo evento

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2004 (è stato introdotto in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v10.0)

Si applica a