MobileBroadbandAccountWatcher.AccountUpdated 事件

定义

在客户端上更新移动宽带帐户时发生。

注意

此功能仅适用于由移动网络运营商授予特权访问权限的移动运营商应用和 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

// Register
event_token AccountUpdated(TypedEventHandler<MobileBroadbandAccountWatcher, MobileBroadbandAccountUpdatedEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
MobileBroadbandAccountWatcher::AccountUpdated_revoker AccountUpdated(auto_revoke_t, TypedEventHandler<MobileBroadbandAccountWatcher, MobileBroadbandAccountUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<MobileBroadbandAccountWatcher,MobileBroadbandAccountUpdatedEventArgs> AccountUpdated;
function onAccountUpdated(eventArgs) { /* Your code */ }
mobileBroadbandAccountWatcher.addEventListener("accountupdated", onAccountUpdated);
mobileBroadbandAccountWatcher.removeEventListener("accountupdated", onAccountUpdated);
- or -
mobileBroadbandAccountWatcher.onaccountupdated = onAccountUpdated;
Public Custom Event AccountUpdated As TypedEventHandler(Of MobileBroadbandAccountWatcher, MobileBroadbandAccountUpdatedEventArgs) 

事件类型

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

注解

该帐户的网络帐户 ID 在 NetworkAccountId 属性的事件处理程序中可用。

当以下任一属性发生更改时,将触发 AccountUpdated 事件:

适用于