Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ProgressBar.ClientSideOnTaskDone Property

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


Direct link to this topic