You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Events > DataReceived Event
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.DataReceived Event

Occurs when data has received after the of the DisplayFromURL() function.

C#
public event DataReceived;
Visual Basic
Public Event DataReceived(ByVal PercentProgress As Single, ByVal SizeLeft As Integer, ByVal TotalLength As Integer)
Parameters
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.