SmsDevice2.DeviceStatusChanged 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 SMS 裝置狀態變更時要呼叫的事件處理常式。
// Register
event_token DeviceStatusChanged(TypedEventHandler<SmsDevice2, IInspectable const&> const& handler) const;
// Revoke with event_token
void DeviceStatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
SmsDevice2::DeviceStatusChanged_revoker DeviceStatusChanged(auto_revoke_t, TypedEventHandler<SmsDevice2, IInspectable const&> const& handler) const;
public event TypedEventHandler<SmsDevice2,object> DeviceStatusChanged;
function onDeviceStatusChanged(eventArgs) { /* Your code */ }
smsDevice2.addEventListener("devicestatuschanged", onDeviceStatusChanged);
smsDevice2.removeEventListener("devicestatuschanged", onDeviceStatusChanged);
- or -
smsDevice2.ondevicestatuschanged = onDeviceStatusChanged;
Public Custom Event DeviceStatusChanged As TypedEventHandler(Of SmsDevice2, Object)
事件類型
TypedEventHandler<SmsDevice2,IInspectable>
Windows 需求
應用程式功能 |
cellularMessaging
sms
|