Gets or sets the name of javascript function calling at file upload complete.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public string OnFileComplete { get; set; }
Visual Basic (Declaration)
Public Property OnFileComplete As String
Visual C++
public:
property String^ OnFileComplete {
	String^ get ();
	void set (String^ value);
}

Field Value

Javascript function calling at file upload complete.

See Also