ContactManager.SubscriptionListChanged Evento

Definição

É aumentado quando a lista de contactos subscritos muda.

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

Exceções

O objeto foi descartado.

Observações

Como as subscrições são por utilizador e não por processo ou por domínio de aplicação, outra aplicação a correr no host pode também causar o surgimento deste evento.

Este evento requer um PermissionState de Unrestricted.

Aplica-se a

Ver também