ContactManager.SubscriptionListChanged Zdarzenie

Definicja

Podniesione po zmianie listy subskrybowanych kontaktów.

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) 

Typ zdarzenia

Atrybuty

Wyjątki

Obiekt został usunięty.

Uwagi

Ponieważ subskrypcje są na użytkownika, a nie na proces lub na domenę aplikacji, inna aplikacja uruchomiona na hoście może również spowodować zgłoszenie tego zdarzenia.

To zdarzenie wymaga PermissionState wartości .Unrestricted

Dotyczy

Zobacz też