Gets or sets the name of javascript function calling at upload process completion.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
Syntax
C# |
---|
public string OnComplete { get; set; } |
Visual Basic |
---|
Public Property OnComplete As String Get Set |
Visual C++ |
---|
public: property String^ OnComplete { String^ get (); void set (String^ value); } |