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