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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.