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)
事件類型
- 屬性
例外狀況
物件已被處置。
備註
因為訂用帳戶是每個使用者,而不是每個進程或每個應用程式域,所以主機上執行的另一個應用程式也可能會引發此事件。
此事件需要 PermissionState 的 Unrestricted。