ESimProfileMetadata.StateChanged É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’état des métadonnées du profil eSIM change.
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 StateChanged(TypedEventHandler<ESimProfileMetadata, IInspectable const&> const& handler) const;
// Revoke with event_token
void StateChanged(event_token const* cookie) const;
// Revoke with event_revoker
ESimProfileMetadata::StateChanged_revoker StateChanged(auto_revoke_t, TypedEventHandler<ESimProfileMetadata, IInspectable const&> const& handler) const;
public event TypedEventHandler<ESimProfileMetadata,object> StateChanged;
function onStateChanged(eventArgs) { /* Your code */ }
eSimProfileMetadata.addEventListener("statechanged", onStateChanged);
eSimProfileMetadata.removeEventListener("statechanged", onStateChanged);
- or -
eSimProfileMetadata.onstatechanged = onStateChanged;
Public Custom Event StateChanged As TypedEventHandler(Of ESimProfileMetadata, Object)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|