OnConnect Event  
 

The OnConnect event is generated when a connection is established.

Syntax

Sub object_OnConnect ( [Index As Integer] )

Remarks

The OnConnect event is generated when a connection is made with a server as a result of a Connect method call. This event is only triggered when the Blocking property is set to False.

See Also

Blocking Property, Connect Method, OnDisconnect Event, OnWrite Event