See Also Examples Applies To
Occurs when data has receveid after the call of the DisplayFromURL() method.
Syntax
Sub object_DataReceived (nPercentProgress, nLeftToTransfer, nTotalLength)
The DataReceived syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nPercentProgress | Required. Long. The percentage of the data transfered. |
| nLeftToTransfer | Required. Long. The total size of the data left to transfer in byte. |
| nTotalLength | Required. Long. The total size of the data to transfer in byte. |