CommunicationObject.Opening Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.