Gets or sets the name of the client side function that is called when a server side task associated with this ProgressBar has finished.
[Visual Basic]
Public Property ClientSideOnTaskDone As
String
[C#]
public
String ClientSideOnTaskDone {get; set;}
Remarks
The client side object is passed as the first parameter when this handler is called.
See Also
ProgressBar Class | EO.Web Namespace