Gets or sets the name of javascript function calling when error occured.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public string OnError { get; set; } |
| Visual Basic |
|---|
Public Property OnError As String Get Set |
| Visual C++ |
|---|
public: property String^ OnError { String^ get (); void set (String^ value); } |