wodHttpDLX ActiveX Control - Connected Event
    
 

Description

Fires when wodHttpDLX connects to the server.


Syntax

Private Sub object_Connected()



The Connected Event syntax has these parts:

Part Description
object A wodHttpDLX object.

Remarks

This event is fired when wodHttpDLX makes successful connection with the web server. After this event is fired, you can send new request to the server.