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 使用して実行されます。

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

適用対象

こちらもご覧ください