ContactManager.SubscriptionListChanged 事件

定义

在订阅的联系人列表发生更改时引发。

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) 

事件类型

属性

例外

已释放此对象。

注解

由于订阅是每个用户而不是每个进程或每个应用程序域,因此主机上运行的另一个应用程序也可能导致引发此事件。

此事件需要 的 UnrestrictedPermissionState

适用于

另请参阅