ESim.ProfileChanged 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
// Register
event_token ProfileChanged(TypedEventHandler<ESim, IInspectable const&> const& handler) const;
// Revoke with event_token
void ProfileChanged(event_token const* cookie) const;
// Revoke with event_revoker
ESim::ProfileChanged_revoker ProfileChanged(auto_revoke_t, TypedEventHandler<ESim, IInspectable const&> const& handler) const;
public event TypedEventHandler<ESim,object> ProfileChanged;
function onProfileChanged(eventArgs) { /* Your code */ }
eSim.addEventListener("profilechanged", onProfileChanged);
eSim.removeEventListener("profilechanged", onProfileChanged);
- or -
eSim.onprofilechanged = onProfileChanged;
Public Custom Event ProfileChanged As TypedEventHandler(Of ESim, Object)
事件類型
TypedEventHandler<ESim,IInspectable>
Windows 需求
應用程式功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|