HttpNotificationChannel.ChannelUriUpdated Event

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

Syntax

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

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