Table of Contents
ClientSideOnContextChanged Property

Gets or sets the name of the client side JavaScript function to be called when the current element has changed.

Syntax
 public String ClientSideOnContextChanged { get; set; }
Remarks

This event is raised when the current element has changed, for example, when user moves the caret from one paragrah to another paragrah. You can call getCurrentElement to return the current element on the client side.

See clientside_generic_handler for prototype information about this handler.

See Also