ContactManager.SubscriptionListChanged 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在订阅的联系人列表发生更改时引发。
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)
事件类型
- 属性
例外
已释放此对象。
注解
由于订阅是每个用户而不是每个进程或每个应用程序域,因此主机上运行的另一个应用程序也可能导致引发此事件。
此事件需要 的 Unrestricted。PermissionState