Fires after all files have been uploaded and validated

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public event UploaderBatchEventHandler UploadCompleted
Visual Basic
Public Event UploadCompleted As UploaderBatchEventHandler
Visual C++
public:
 event UploaderBatchEventHandler^ UploadCompleted {
	void add (UploaderBatchEventHandler^ value);
	void remove (UploaderBatchEventHandler^ value);
}

See Also