Freigeben über


MobileBroadbandAccountWatcher.AccountUpdated Ereignis

Definition

Tritt auf, wenn ein mobiles Breitbandkonto auf dem Client aktualisiert wird.

Hinweis

Diese Funktionalität steht nur für Mobilfunkanbieter-Apps und UWP-Apps mit privilegiertem Zugriff durch Mobilfunknetzbetreiber zur Verfügung.

Wenn Sie diese API verwenden und Ihre App im Microsoft Store veröffentlichen möchten, benötigen Sie eine spezielle Genehmigung. Weitere Informationen finden Sie im Abschnitt Eingeschränkte Funktionen im Thema App-Funktionsdeklarationen .

// Register
event_token AccountUpdated(TypedEventHandler<MobileBroadbandAccountWatcher, MobileBroadbandAccountUpdatedEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
MobileBroadbandAccountWatcher::AccountUpdated_revoker AccountUpdated(auto_revoke_t, TypedEventHandler<MobileBroadbandAccountWatcher, MobileBroadbandAccountUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<MobileBroadbandAccountWatcher,MobileBroadbandAccountUpdatedEventArgs> AccountUpdated;
function onAccountUpdated(eventArgs) { /* Your code */ }
mobileBroadbandAccountWatcher.addEventListener("accountupdated", onAccountUpdated);
mobileBroadbandAccountWatcher.removeEventListener("accountupdated", onAccountUpdated);
- or -
mobileBroadbandAccountWatcher.onaccountupdated = onAccountUpdated;
Public Custom Event AccountUpdated As TypedEventHandler(Of MobileBroadbandAccountWatcher, MobileBroadbandAccountUpdatedEventArgs) 

Ereignistyp

Windows-Anforderungen

App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Hinweise

Die Netzwerkkonto-ID des Kontos ist im Ereignishandler über die NetworkAccountId-Eigenschaft verfügbar.

Das AccountUpdated-Ereignis wird ausgelöst, wenn sich eine der folgenden Eigenschaften ändert:

Gilt für: