SendComplete

This event occurs when a Winsock control completes the transmission of data.

Syntax

Private Sub winsock_SendComplete( )

Parameters

winsock
Object expression that evaluates to a Winsock control.

Remarks

Use the SendData method to send data from a Winsock control.