CheckoutManagerDownloadFilesProgressChanged Event |
Progress of download operation is changed; arguments contains progress percentage.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic event DownloadFilesProgressChangedEventHandler DownloadFilesProgressChanged
Public Event DownloadFilesProgressChanged As DownloadFilesProgressChangedEventHandler
/** @event */
public void add_DownloadFilesProgressChanged (DownloadFilesProgressChangedEventHandler value)
/** @event */
public void remove_DownloadFilesProgressChanged (DownloadFilesProgressChangedEventHandler value)
JScript does not support events.
Value
Type:
Aras.IOMEDownloadFilesProgressChangedEventHandler
See AlsoReference
System.ComponentModelProgressChangedEventArgs