C# 클래스 Nexus.UI.Controls.XmlTreeView

A tree view that displays a representation of an XML file.
상속: System.Windows.Forms.TreeView
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

보호된 메소드들

메소드 설명
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