HttpNotificationChannel.HttpNotificationReceived Event

Namespace:  Microsoft.Phone.Notification
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
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>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

HttpNotificationChannel Class

Microsoft.Phone.Notification Namespace