New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientNodeAnimationEnd
The OnClientNodeAnimationEnd event fires when the node is expanded / collapsed and after the animation has finished.
The event handler has two parameters:
-
The TreeView instance that fired the event.
-
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.