ESimWatcher.EnumerationCompleted Evento

Definizione

Si verifica al termine dell'enumerazione dell'insieme di oggetti ESim trasportati dal dispositivo.

Nota

Questa funzionalità è disponibile solo per le app dell'operatore di telefonia mobile e le app UWP con accesso con privilegi da parte degli operatori di rete mobile.

Se vuoi usare questa API e pubblicare la tua app in Microsoft Store, dovrai richiedere l'approvazione speciale per usare la funzionalità personalizzata Microsoft.eSIMManagement_8wekyb3d8bbwe. Per altre info, vedi Funzionalità personalizzate.

// Register
event_token EnumerationCompleted(TypedEventHandler<ESimWatcher, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
ESimWatcher::EnumerationCompleted_revoker EnumerationCompleted(auto_revoke_t, TypedEventHandler<ESimWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<ESimWatcher,object> EnumerationCompleted;
function onEnumerationCompleted(eventArgs) { /* Your code */ }
eSimWatcher.addEventListener("enumerationcompleted", onEnumerationCompleted);
eSimWatcher.removeEventListener("enumerationcompleted", onEnumerationCompleted);
- or -
eSimWatcher.onenumerationcompleted = onEnumerationCompleted;
Public Custom Event EnumerationCompleted As TypedEventHandler(Of ESimWatcher, Object) 

Tipo evento

Requisiti Windows

Funzionalità dell'app
Microsoft.eSIMManagement_8wekyb3d8bbwe

Si applica a