TargetedContentSubscription.ContentChanged 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í.
Se produce cuando cambia el contenido de esta suscripción.
// Register
event_token ContentChanged(TypedEventHandler<TargetedContentSubscription, TargetedContentChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void ContentChanged(event_token const* cookie) const;
// Revoke with event_revoker
TargetedContentSubscription::ContentChanged_revoker ContentChanged(auto_revoke_t, TypedEventHandler<TargetedContentSubscription, TargetedContentChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<TargetedContentSubscription,TargetedContentChangedEventArgs> ContentChanged;
function onContentChanged(eventArgs) { /* Your code */ }
targetedContentSubscription.addEventListener("contentchanged", onContentChanged);
targetedContentSubscription.removeEventListener("contentchanged", onContentChanged);
- or -
targetedContentSubscription.oncontentchanged = onContentChanged;
Public Custom Event ContentChanged As TypedEventHandler(Of TargetedContentSubscription, TargetedContentChangedEventArgs)
Tipo de evento
Requisitos de Windows
Características de aplicaciones |
secondaryAuthenticationFactor
|