CommunicationObject.Opening Event

Definition

Occurs when a communication object transitions into the opening state.

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

Event Type

Implements

Remarks

The Opening event is raised by the OnOpening method which is called by the Open and OnBeginOpen(TimeSpan, AsyncCallback, Object) methods.

Applies to