Click or drag to resize

UploadFilesCompletedEventHandler Delegate

Uploading files operation was completed

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public delegate void UploadFilesCompletedEventHandler(
	Object sender,
	UploadFilesCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
Object from which the handler was called.
e
Type: Aras.IOMEUploadFilesCompletedEventArgs
Upload files completed event argument. Contains hashtable with the results of uploading of all files for current checkin operation and data on how upload action was completed.
See Also