New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

NodeCreated

The NodeCreated event fires when new Nodes are created and added to the RadTreeView. The RadTreeNodeEventArgs provides a reference to the newly created Node.

C#
protected void RadTreeView1_NodeCreated(object sender, Telerik.Web.UI.RadTreeNodeEventArgs e)
{    
    e.Node.Text = "NodeCreated fired";
}	

See Also

In this article
See Also
Not finding the help you need?
Contact Support