Compartir a través de


HttpNotificationChannel.ConnectionStatusChanged (Evento)

Espacio de nombres:  Microsoft.Phone.Notification
Ensamblado:  Microsoft.Phone (en Microsoft.Phone.dll)

Sintaxis

'Declaración
Public Event ConnectionStatusChanged As EventHandler(Of NotificationChannelConnectionEventArgs)
public event EventHandler<NotificationChannelConnectionEventArgs> ConnectionStatusChanged
public:
 event EventHandler<NotificationChannelConnectionEventArgs^>^ ConnectionStatusChanged {
    void add (EventHandler<NotificationChannelConnectionEventArgs^>^ value);
    void remove (EventHandler<NotificationChannelConnectionEventArgs^>^ value);
}
member ConnectionStatusChanged : IEvent<EventHandler<NotificationChannelConnectionEventArgs>,
    NotificationChannelConnectionEventArgs>

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

HttpNotificationChannel Clase

Microsoft.Phone.Notification (Espacio de nombres)