SmsDevice2.DeviceStatusChanged Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define um manipulador de eventos a ser chamado quando o status do dispositivo SMS é alterado.
// 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)
Tipo de evento
TypedEventHandler<SmsDevice2,IInspectable>
Requisitos do Windows
Funcionalidades do aplicativo |
cellularMessaging
sms
|