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