Occurs when the progress of the upload changed

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

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

See Also