Table of Contents
ClientSideOnChange Property

Specifies the name of client side JavaScript function which is called when current selected date changes.

Syntax
 public String ClientSideOnChange { get; set; }
Remarks

See clientside_generic_handler for details about parameters and return value of this function.

See Also