HandleProgressChanged Delegate
Public Delegate Sub HandleProgressChanged( _
ByVal stream As UploadStream, _
ByVal current_read As Long, _
ByVal bytes_read As Long, _
ByVal length As Long, _
ByVal cur_bytes_per_second As Double _
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
JScript supports the use of delegates, but not the declaration of new ones.
This language is not supported or no code example is available.
Parameters
-
stream
-
UploadStream
-
current_read
-
long
-
bytes_read
-
long
-
length
-
long
-
cur_bytes_per_second
-
double
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1