Class TreeNodeCollectionEventArgs
Inheritance
System.Object
System.EventArgs
TreeNodeCollectionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeNodeCollectionEventArgs : EventArgs
Constructors
TreeNodeCollectionEventArgs(IList<RadTreeNode>)
Initializes a new instance of the Tree
Declaration
public TreeNodeCollectionEventArgs(IList<RadTreeNode> nodes)
Parameters
System.
|
Properties
Nodes
Gets or sets the list of Rad
Declaration
public IList<RadTreeNode> Nodes { get; set; }
Property Value
System.
|