CommunicationObject.Closing 이벤트

정의

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

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

이벤트 유형

구현

설명

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

적용 대상