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