Occurs when data has received after the of the DisplayFromURL() function.
public event DataReceived;
Public Event DataReceived(ByVal PercentProgress As Single, ByVal SizeLeft As Integer, ByVal TotalLength As Integer)
|
Parameters |
Description |
|
PercentProgress |
The percentage of the data transferred. |
|
LeftToTransfer |
The total size of the data left to transfer in byte. |
|
TotalLength |
The total size of the data to transfer in byte. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|