SendProgress Event

       

Occurs while data is being sent.

Syntax

object_SendProgress (bytesSent As Long, bytesRemaining As Long)

The SendProgress event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
bytesSent The number of bytes that have been sent since the last time this event was activated.
bytesRemaining The number of bytes in the send buffer waiting to be sent.