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