Class
TreeNodeCollectionEventArgs

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeNodeCollectionEventArgs : EventArgs

Inheritance: objectEventArgsTreeNodeCollectionEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeNodeCollectionEventArgs(IList<RadTreeNode>)

Initializes a new instance of the TreeNodeCollectionEventArgs class.

Declaration

cs-api-definition
public TreeNodeCollectionEventArgs(IList<RadTreeNode> nodes)

Parameters

nodes

IList<RadTreeNode>

Properties

Nodes

Gets or sets the list of RadTreeNodes.

Declaration

cs-api-definition
public IList<RadTreeNode> Nodes { get; set; }

Property Value

IList<RadTreeNode>