HttpNotificationChannel.ShellToastNotificationReceived Event

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

Syntax

'Declaration
Public Event ShellToastNotificationReceived As EventHandler(Of NotificationEventArgs)
public event EventHandler<NotificationEventArgs> ShellToastNotificationReceived
public:
 event EventHandler<NotificationEventArgs^>^ ShellToastNotificationReceived {
    void add (EventHandler<NotificationEventArgs^>^ value);
    void remove (EventHandler<NotificationEventArgs^>^ value);
}
member ShellToastNotificationReceived : IEvent<EventHandler<NotificationEventArgs>,
    NotificationEventArgs>

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