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

WebControlBase.ClientSideOnLoad Property

Gets or sets the name of the JavaScript function that is called when the control is loaded on the client side.

[Visual Basic]
Public Property ClientSideOnLoad As String
[C#]
public String ClientSideOnLoad {get; set;}

Remarks

See clientside_generic_handler for the prototype of this event handler.

See Also

WebControlBase Class | EO.Web Namespace


Direct link to this topic