CommunicationObject.Closing Event

Definition

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 

Event Type

Implements

Remarks

The Closing event is raised by the OnClosing method which is called by the Close and BeginClose methods.

Applies to