Table of Contents
ClientSideOnChange Property

Gets or sets the name of the client side JavaScript function to be called when the editor contents changes.

Syntax
 public String ClientSideOnChange { get; set; }
Remarks

See clientside_generic_handler for prototype information about this handler.

See Also