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

适用于

另请参阅