CommunicationObject.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 

事件类型

实现

注解

Closing 事件由 OnClosing 方法引发,该方法由 CloseBeginClose 方法调用。

适用于