CommunicationObject.Opening Evento

Definição

Ocorre quando um objeto de comunicação faz a transição para o estado de abertura.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 

Tipo de evento

EventHandler

Implementações

Comentários

O Opening evento é gerado pelo OnOpening método que é chamado pelos Open OnBeginOpen(TimeSpan, AsyncCallback, Object) métodos e.The Opening event is raised by the OnOpening method which is called by the Open and OnBeginOpen(TimeSpan, AsyncCallback, Object) methods.

Aplica-se a