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

WebControlBase.ClientSideOnUnload Property

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

[Visual Basic]
Public Property ClientSideOnUnload As String
[C#]
public String ClientSideOnUnload {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