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必要です。

適用対象

こちらもご覧ください