WiFi Framework C++ Edition

◆ AfterOpen()

__event void AfterOpen ( void *  Sender)

The event fires after the component was successfully opened.

Parameters
SenderThe object initiates the event.

The event fires only if the Open method returns wclCommon::WCL_E_SUCCESS. If the Open method failed then the even will not fire.