Occurs when upload process started.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

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

See Also