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

WebControl.ClientSideOnEvalVar Property

Specifies the name of client side JavaScript function which is called when a variable needs to be evaluated in a client template.

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

Remarks

Some controls support ClientTemplate, which can include custom variables. Use this client side event handler to evaluate custom variables. See clientside_evalvar for prototype information about the handler.

See ClientTemplate for more details about this property.

See Also

WebControl Class | EO.Web Namespace


Direct link to this topic