CommunicationObject.Closed 이벤트

정의

통신 개체가 Closed 상태로 전환될 때 발생합니다.

public:
 virtual event EventHandler ^ Closed;
public event EventHandler Closed;
member this.Closed : EventHandler 
Public Custom Event Closed As EventHandler 
Public Event Closed As EventHandler 

이벤트 유형

구현

설명

이벤트는 ClosedEndClose 메서드에 OnClosing 의해 호출되는 메서드에 Close 의해 발생합니다.

적용 대상