TargetedContentSubscription.StateChanged Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Evento invocado quando TargetedContentSubscription State foi alterado.
// 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 de evento
Requisitos do Windows
Funcionalidades do aplicativo |
secondaryAuthenticationFactor
|