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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.