Class NodeEventArgs
Event arguments which contain a tree node.
Inheritance
System.Object
NodeEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public class NodeEventArgs
Constructors
| Improve this Doc View SourceNodeEventArgs(ITreeStringNode)
Initializes a new instance of the NodeEventArgs class.
Declaration
public NodeEventArgs(ITreeStringNode node)
Parameters
Type | Name | Description |
---|---|---|
ITreeStringNode | node | Node. |
Properties
| Improve this Doc View SourceNode
Gets the node.
Declaration
public ITreeStringNode Node { get; }
Property Value
Type | Description |
---|---|
ITreeStringNode | The node. |