Progress of download operation is changed; arguments contains progress percentage.
Namespace:
Aras.IOMEAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public event DownloadFilesProgressChangedEventHandler DownloadFilesProgressChanged |
Visual Basic (Declaration) |
---|
Public Event DownloadFilesProgressChanged As DownloadFilesProgressChangedEventHandler |
J# |
---|
/** @event */ public void add_DownloadFilesProgressChanged (DownloadFilesProgressChangedEventHandler value) /** @event */ public void remove_DownloadFilesProgressChanged (DownloadFilesProgressChangedEventHandler value) |
JScript |
---|
|