Partager via


ESimWatcher.Updated Événement

Définition

Se produit lorsqu’un ESim sur l’appareil est mis à jour.

Notes

Cette fonctionnalité n’est disponible que pour les applications d’opérateur mobile et les applications UWP disposant d’un accès privilégié par les opérateurs de réseau mobile.

Si vous souhaitez utiliser cette API et publier votre application dans le Microsoft Store, vous devez demander une approbation spéciale pour utiliser la fonctionnalité personnalisée Microsoft.eSIMManagement_8wekyb3d8bbwe. Pour plus d’informations, consultez Fonctionnalités personnalisées.

// Register
event_token Updated(TypedEventHandler<ESimWatcher, ESimUpdatedEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
ESimWatcher::Updated_revoker Updated(auto_revoke_t, TypedEventHandler<ESimWatcher, ESimUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<ESimWatcher,ESimUpdatedEventArgs> Updated;
function onUpdated(eventArgs) { /* Your code */ }
eSimWatcher.addEventListener("updated", onUpdated);
eSimWatcher.removeEventListener("updated", onUpdated);
- or -
eSimWatcher.onupdated = onUpdated;
Public Custom Event Updated As TypedEventHandler(Of ESimWatcher, ESimUpdatedEventArgs) 

Type d'événement

Configuration requise pour Windows

Fonctionnalités de l’application
Microsoft.eSIMManagement_8wekyb3d8bbwe

S’applique à