GdPicture.NET.14
GdPicture14 Namespace / GdViewer.DataReceivedEventHandler Delegate
The percentage of the already transferred data.
The total size of the data left for transferring, in bytes.
The total size of the data to transfer, in bytes.





In This Topic
GdViewer.DataReceivedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("A7DD9B21-C058-32A5-8C21-64BB88FD8221")>
Public Delegate Sub GdViewer.DataReceivedEventHandler( _
   ByVal PercentProgress As Single, _
   ByVal SizeLeft As Integer, _
   ByVal TotalLength As Integer _
) 
 

Parameters

PercentProgress
The percentage of the already transferred data.
SizeLeft
The total size of the data left for transferring, in bytes.
TotalLength
The total size of the data to transfer, in bytes.
See Also