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

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

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

  


}

Field Value

Javascript function calling at file upload process cancel.

See Also