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必要です。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET