ContactManager.SubscriptionListChanged Evento

Definición

Se provoca cuando cambia la lista de contactos suscritos.

public:
 event EventHandler<System::Net::PeerToPeer::Collaboration::SubscriptionListChangedEventArgs ^> ^ SubscriptionListChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler<System.Net.PeerToPeer.Collaboration.SubscriptionListChangedEventArgs> SubscriptionListChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.SubscriptionListChanged : EventHandler<System.Net.PeerToPeer.Collaboration.SubscriptionListChangedEventArgs> 
Public Custom Event SubscriptionListChanged As EventHandler(Of SubscriptionListChangedEventArgs) 

Tipo de evento

Atributos

Excepciones

El objeto se ha eliminado.

Comentarios

Dado que las suscripciones son por usuario y no por proceso o por dominio de aplicación, otra aplicación que se ejecuta en el host también puede provocar que se genere este evento.

Este evento requiere un PermissionState de Unrestricted.

Se aplica a

Consulte también