C# Class CommonTools.TreeListViewNodes

Inheritance: NodeCollection
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetFieldIndex ( string fieldname ) : int
UpdateNodeCount ( int oldvalue, int newvalue ) : void

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

GetFieldIndex() protected méthode

protected GetFieldIndex ( string fieldname ) : int
fieldname string
Résultat int

NodetifyAfterExpand() public méthode

public NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void
nodeToExpand Node
expanded bool
Résultat void

NodetifyBeforeExpand() public méthode

public NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void
nodeToExpand Node
expanding bool
Résultat void

TreeListViewNodes() public méthode

public TreeListViewNodes ( TreeListView owner ) : System
owner TreeListView
Résultat System

UpdateNodeCount() protected méthode

protected UpdateNodeCount ( int oldvalue, int newvalue ) : void
oldvalue int
newvalue int
Résultat void