Метод | Описание | |
---|---|---|
AddNode ( |
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. |
protected AddNode ( |
||
p_xndXmlNode | The node to add. | |
Результат | void |
protected OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void | ||
e | System.Windows.Forms.TreeViewCancelEventArgs | A |
Результат | void |