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 remote host 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
|