HttpNotificationChannel.HttpNotificationReceived Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Raised when the application receives a raw notification.

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

Syntax

Public Event HttpNotificationReceived As EventHandler(Of HttpNotificationEventArgs)
public event EventHandler<HttpNotificationEventArgs> HttpNotificationReceived

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

HttpNotificationChannel Class

Microsoft.Phone.Notification Namespace