HttpNotificationChannel.ConnectionStatusChanged Event

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

Syntax

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

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