RadTreeView for ASP.NET AJAX

RadControls for ASP.NET AJAX

The OnClientNodeAnimationEnd event fires when the node is expanded / collapsed and after the animation has finished.

The event handler has two parameters:

  1. The treeview instance that fired the event.

  2. Event arguments with functions:

    • get_node() retrieves a reference to the node being toggled.

    • get_expanding() returns true if the node is expanded and false if it collapsed.