ContactManager.SubscriptionListChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsque la liste des contacts abonnés change.
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)
Type d'événement
- Attributs
Exceptions
L'objet a été supprimé.
Remarques
Étant donné que les abonnements sont par utilisateur et non par processus ou par domaine d’application, une autre application s’exécutant sur l’hôte peut également provoquer la levée de cet événement.
Cet événement nécessite un PermissionState de Unrestricted.