CommunicationObject.Closed 事件

定义

当通信对象转换到已关闭状态时发生。

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

事件类型

实现

注解

Closed 事件由 OnClosing 方法引发,该方法由 CloseEndClose 方法调用。

适用于