Class Environment.SolutionExplorer.TreeNode
Inheritance
System.Object
Environment.SolutionExplorer.TreeNode
Inherited Members
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: Experior.Core
Assembly: Experior.Core.dll
Syntax
public class TreeNode
Constructors
TreeNode(String)
Declaration
public TreeNode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Fields
UserData
Declaration
public IEntity UserData
Field Value
Type | Description |
---|---|
IEntity |
Properties
Nodes
Declaration
public List<Environment.SolutionExplorer.TreeNode> Nodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Environment.SolutionExplorer.TreeNode> |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Events
OnSelected
Declaration
public event EventHandler<Environment.SolutionExplorer.TreeNode> OnSelected
Event Type
Type | Description |
---|---|
System.EventHandler<Environment.SolutionExplorer.TreeNode> |