共用方式為


ESimWatcher.Stopped 事件

定義

發生于 eSIM 監看員停止時。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則必須要求特殊核准,才能使用自訂功能 Microsoft.eSIMManagement_8wekyb3d8bbwe。 如需詳細資訊,請參閱 自訂功能

// 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) 

事件類型

Windows 需求

應用程式功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用於