TargetedContentSubscription.StateChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Evento richiamato quando lo stato Di destinazioneContentSubscription è stato modificato.
// Register
event_token StateChanged(TypedEventHandler<TargetedContentSubscription, TargetedContentStateChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void StateChanged(event_token const* cookie) const;
// Revoke with event_revoker
TargetedContentSubscription::StateChanged_revoker StateChanged(auto_revoke_t, TypedEventHandler<TargetedContentSubscription, TargetedContentStateChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<TargetedContentSubscription,TargetedContentStateChangedEventArgs> StateChanged;
function onStateChanged(eventArgs) { /* Your code */ }
targetedContentSubscription.addEventListener("statechanged", onStateChanged);
targetedContentSubscription.removeEventListener("statechanged", onStateChanged);
- or -
targetedContentSubscription.onstatechanged = onStateChanged;
Public Custom Event StateChanged As TypedEventHandler(Of TargetedContentSubscription, TargetedContentStateChangedEventArgs)
Tipo evento
Requisiti Windows
Funzionalità dell'app |
secondaryAuthenticationFactor
|