ContactManager.SubscriptionListChanged Událost

Definice

Vyvolá se při změně seznamu odebíraných kontaktů.

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) 

Event Type

Atributy

Výjimky

Objekt byl odstraněn.

Poznámky

Vzhledem k tomu, že odběry jsou vázané na uživatele a ne na proces nebo doménu aplikace, může tuto událost vyvolat také jiná aplikace spuštěná na hostiteli.

Tato událost vyžaduje .PermissionStateUnrestricted

Platí pro

Viz také