ContactManager.ApplicationChanged イベント

定義

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 メソッドを使用して実行されます。

このイベントには、PermissionStateUnrestrictedが必要です。

適用対象

こちらもご覧ください