C# Класс Nexus.UI.Controls.XmlTreeView

A tree view that displays a representation of an XML file.
Наследование: System.Windows.Forms.TreeView
Показать файл Открыть проект

Защищенные методы

Метод Описание
AddNode ( XmlNode p_xndXmlNode ) : void

Adds the given node to the tree view.

OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Raises the TreeView.BeforeExpand event.

This ensures that the children of a node that is about to be exanded are loaded.

Описание методов

AddNode() защищенный Метод

Adds the given node to the tree view.
protected AddNode ( XmlNode p_xndXmlNode ) : void
p_xndXmlNode System.Xml.XmlNode The node to add.
Результат void

OnBeforeExpand() защищенный Метод

Raises the TreeView.BeforeExpand event.
This ensures that the children of a node that is about to be exanded are loaded.
protected OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs A describing the event arguments.
Результат void