Occurs when the percentage completed for an upload or download operation changes.
Namespace:
kCura.Relativity.ClientAssembly:
kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
public event ProgressEventHandler Progress
Public Event Progress As ProgressEventHandler
Value
Type:
kCura.Relativity.Client.ProgressEventHandler
The percentage change from one Progress event to the next varies based on the
specified chunk size and the size of the file being transferred. The cancellation of
transfer operations depends on the Progress event and the CancelTransfer property
included in the ProgressEventArgs.
Reference