ESimWatcher.Stopped Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsque l’observateur eSIM est arrêté.
Notes
Cette fonctionnalité est disponible uniquement 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 sur 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 Stopped(TypedEventHandler<ESimWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
ESimWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<ESimWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<ESimWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
eSimWatcher.addEventListener("stopped", onStopped);
eSimWatcher.removeEventListener("stopped", onStopped);
- or -
eSimWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of ESimWatcher, Object)
Type d'événement
TypedEventHandler<ESimWatcher,IInspectable>
Configuration requise pour Windows
Fonctionnalités de l’application |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|