Table of Contents
ClientSideOnScroll Property

Specifies the name of client side JavaScript function which is called when calendar switches to another month.

Syntax
 public String ClientSideOnScroll { get; set; }
Remarks

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

See Also