ICommunicationObject.Closing 이벤트

정의

통신 개체가 처음 Closing 상태가 될 때 발생합니다.

public:
 event EventHandler ^ Closing;
event EventHandler Closing;
member this.Closing : EventHandler 
Event Closing As EventHandler 

이벤트 유형

설명

이 이벤트는 또는 BeginClose 메서드가 호출된 직후 Close 통신 개체가 Opened 상태에서 상태로 Closed 전환되기 시작할 때 발생합니다.

적용 대상