This event is generated when the file is being transferred.

[Visual Basic] Public Event Progress As ProgressEventHandler
[C#] public event ProgressEventHandler Progress;

Explanation

The event handler receives arguments of type  ProgressEventArgs.

This event is generated when the DownloadFile, DownloadFileToByteArray, UploadByteArrayToFile and UploadFile methods are executed.

To cancel the process, set the Cancel property of the ProgressEventHandler to true.

See Also

Http Class | Http Members

The ImageKit WPF is created by Newtone Corporation