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) 

이벤트 유형

EventHandler<ApplicationChangedEventArgs>
특성

예외

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

설명

이 이벤트를 사용 하려면 값 UnrestrictedPermissionStatePeerCollaborationPermission 피어 협업 세션이 시작 될 때 생성 된 개체입니다.

적용 대상

추가 정보