New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadTreeNodeEditEventArgs

Provides data for the E:Telerik.Web.UI.RadTreeView.NodeEdit event of the Telerik.Web.UI.RadTreeView control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadTreeNodeEventArgs
  • Telerik.Web.UI.RadTreeNodeEditEventArgs

Properties

Node RadTreeNode

Gets the referenced node in the control when the event is raised.

Remarks

Use this property to programmatically access the node referenced in the control when the event is raised.

Text String

Gets the text which the user entered during node editing.

In this article