ESimWatcher.Updated イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
// Register
event_token Updated(TypedEventHandler<ESimWatcher, ESimUpdatedEventArgs const&> const& handler) const;
// Revoke with event_token
void Updated(event_token const* cookie) const;
// Revoke with event_revoker
ESimWatcher::Updated_revoker Updated(auto_revoke_t, TypedEventHandler<ESimWatcher, ESimUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<ESimWatcher,ESimUpdatedEventArgs> Updated;
function onUpdated(eventArgs) { /* Your code */ }
eSimWatcher.addEventListener("updated", onUpdated);
eSimWatcher.removeEventListener("updated", onUpdated);
- or -
eSimWatcher.onupdated = onUpdated;
Public Custom Event Updated As TypedEventHandler(Of ESimWatcher, ESimUpdatedEventArgs)
イベントの種類
Windows の要件
アプリの機能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|