C# Class CommonTools.TreeListViewNodes

Inheritance: NodeCollection
ファイルを表示 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method Description
BeginUpdate ( ) : void
Clear ( ) : void
EndUpdate ( ) : void
NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void
NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void
TreeListViewNodes ( TreeListView owner ) : System

Protected Methods

Method Description
GetFieldIndex ( string fieldname ) : int
UpdateNodeCount ( int oldvalue, int newvalue ) : void

Method Details

BeginUpdate() public method

public BeginUpdate ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

EndUpdate() public method

public EndUpdate ( ) : void
return void

GetFieldIndex() protected method

protected GetFieldIndex ( string fieldname ) : int
fieldname string
return int

NodetifyAfterExpand() public method

public NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void
nodeToExpand Node
expanded bool
return void

NodetifyBeforeExpand() public method

public NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void
nodeToExpand Node
expanding bool
return void

TreeListViewNodes() public method

public TreeListViewNodes ( TreeListView owner ) : System
owner TreeListView
return System

UpdateNodeCount() protected method

protected UpdateNodeCount ( int oldvalue, int newvalue ) : void
oldvalue int
newvalue int
return void