Programmer's Guide > Programming and Scripting Techniques > Events > Event Types > CMSAdapterConnectEvent Module
  
CMSAdapterConnectEvent Module
The CMSAdapterConnectEvent module has the following event type:
CMSAdapterPreConnect
This event occurs before the adapter's connect method is invoked. An associated event handler can ensure any resource dependencies are satisfied.
This event type is cancelable. If an event listener calls the preventDefault method, the adapter’s connect method will not be called.
No context information is provided for this event.
Bubbles: Yes
Cancelable: Yes