Compartir a través de


HttpNotificationChannel.HttpNotificationReceived (Evento)

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

Sintaxis

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

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)