C# 클래스 CommonTools.TreeListViewNodes

상속: NodeCollection
파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET 1 사용 예제들

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
Clear ( ) : void
EndUpdate ( ) : void
NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void
NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void
TreeListViewNodes ( TreeListView owner ) : System

보호된 메소드들

메소드 설명
GetFieldIndex ( string fieldname ) : int
UpdateNodeCount ( int oldvalue, int newvalue ) : void

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

GetFieldIndex() 보호된 메소드

protected GetFieldIndex ( string fieldname ) : int
fieldname string
리턴 int

NodetifyAfterExpand() 공개 메소드

public NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void
nodeToExpand Node
expanded bool
리턴 void

NodetifyBeforeExpand() 공개 메소드

public NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void
nodeToExpand Node
expanding bool
리턴 void

TreeListViewNodes() 공개 메소드

public TreeListViewNodes ( TreeListView owner ) : System
owner TreeListView
리턴 System

UpdateNodeCount() 보호된 메소드

protected UpdateNodeCount ( int oldvalue, int newvalue ) : void
oldvalue int
newvalue int
리턴 void