HttpNotificationChannel.ChannelUriUpdated (Evento)
Espacio de nombres: Microsoft.Phone.Notification
Ensamblado: Microsoft.Phone (en Microsoft.Phone.dll)
Sintaxis
'Declaración
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>
Información de versión
.NET para aplicaciones de Windows Phone
Compatible con: Windows Phone 8, Silverlight 8.1
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.