PeerApplication.ApplicationChanged 이벤트

정의

이 이벤트는 구독된 엔드포인트에서 PeerApplication 원격 피어에 의해 추가, 업데이트 또는 삭제될 때마다 발생합니다.

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) 

이벤트 유형

특성

예외

개체가 PeerApplication 삭제되었습니다.

설명

이 이벤트를 사용하려면 피어 협업 세션이 Unrestricted 시작될 때 생성된 개체의 PermissionStatePeerCollaborationPermission 이 필요합니다.

적용 대상

추가 정보