ContactManager.ApplicationChanged イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PeerApplication内のPeerContactに関連付けられているContactManagerが変更されるたびに発生します。
public:
event EventHandler<System::Net::PeerToPeer::Collaboration::ApplicationChangedEventArgs ^> ^ ApplicationChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler<System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs> ApplicationChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.ApplicationChanged : EventHandler<System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs>
Public Custom Event ApplicationChanged As EventHandler(Of ApplicationChangedEventArgs)
イベントの種類
- 属性
例外
呼び出し元のオブジェクトが破棄されました。
注釈
このメソッドは、呼び出し元ピアの連絡先によって発行されたアプリケーションのみを返します。
このイベントを発生させるには、リモート ピアの現在のユーザーがリモート ピアのコラボレーション イベントをサブスクライブする必要があります。 サブスクリプションは、 Subscribe メソッドを使用して実行されます。
このイベントには、PermissionStateのUnrestrictedが必要です。