ICommunicationObject.Closing 事件

定义

当通信对象首次进入正在关闭状态时发生。

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

事件类型

注解

当通信对象在调用 或 BeginClose 方法后立即开始从Opened状态转换到Closed状态时Close,会发生此事件。

适用于