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.0.17128 (1.4.0)
Syntax
| C# |
|---|
public string OnPause { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property OnPause As String |
| Visual C++ |
|---|
public: property String^ OnPause { String^ get (); void set (String^ value); } |