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
|