Method | Description | |
---|---|---|
LoadChildren ( ) : void |
Creates child tree nodes for each child of the XML node represented by this tree node.
|
|
XmlTreeNode ( |
A simple constructor that initializes the object with the given values.
|
|
XmlTreeNode ( |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
OwnerDocument_NodeChanged ( object sender, |
Handles the XmlDocument.NodeChanged event of the document being represented by the tree view to which this node belongs. This reformats the tree node to reflect the changes. |
|
OwnerDocument_NodeInserted ( object sender, |
Handles the XmlDocument.NodeInserted event of the document being represented by the tree view to which this node belongs. This reformats the tree node if the XML node that was inserted is a child of the XML node represented by this node. |
|
OwnerDocument_NodeRemoved ( object sender, |
Handles the XmlDocument.NodeRemoved event of the document being represented by the tree view to which this node belongs. This reformats the tree node if the XML node that was removed was a child of the XML node represented by this node. |
public XmlTreeNode ( |
||
p_xndXmlNode | The XML node to represent with this tree node. | |
return | System.Windows.Forms |
public XmlTreeNode ( |
||
p_xndXmlNode | The XML node to represent with this tree node. | |
p_booHideChildren | bool | Whether the node should generate child tree nodes for /// the children of the XML node being represented by this tree node. |
return | System.Windows.Forms |