CommunicationObject.Closing 事件
定义
当通信对象转换到正在关闭状态时发生。Occurs when a communication object transitions into the closing state.
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 方法引发,该方法由 Close 和 BeginClose 方法调用。The Closing event is raised by the OnClosing method which is called by the Close and BeginClose methods.