Uploading progress has changed. Use this event in order to track progress of uploading files operation. Might be useful for progress bars in custom application.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public event UploadFilesProgressChangedHandler UploadFilesProgressChanged
Visual Basic (Declaration)
Public Event UploadFilesProgressChanged As UploadFilesProgressChangedHandler
J#
/** @event */
public void add_UploadFilesProgressChanged (UploadFilesProgressChangedHandler value)
/** @event */
public void remove_UploadFilesProgressChanged (UploadFilesProgressChangedHandler value)
JScript
JScript does not support events.

See Also