TargetedContentSubscription.StateChanged Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Evento invocado cuando el estado de TargetedContentSubscription ha cambiado.
// 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 de Windows
Características de aplicaciones |
secondaryAuthenticationFactor
|