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