ESimWatcher.EnumerationCompleted イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
// 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)
イベントの種類
TypedEventHandler<ESimWatcher,IInspectable>
Windows の要件
アプリの機能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|