Method | Description | |
---|---|---|
BeginUpdate ( ) : void | ||
Clear ( ) : void | ||
EndUpdate ( ) : void | ||
NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void | ||
NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void | ||
TreeListViewNodes ( TreeListView owner ) : System |
Method | Description | |
---|---|---|
GetFieldIndex ( string fieldname ) : int | ||
UpdateNodeCount ( int oldvalue, int newvalue ) : void |
protected GetFieldIndex ( string fieldname ) : int | ||
fieldname | string | |
return | int |
public NodetifyAfterExpand ( Node nodeToExpand, bool expanded ) : void | ||
nodeToExpand | Node | |
expanded | bool | |
return | void |
public NodetifyBeforeExpand ( Node nodeToExpand, bool expanding ) : void | ||
nodeToExpand | Node | |
expanding | bool | |
return | void |
public TreeListViewNodes ( TreeListView owner ) : System | ||
owner | TreeListView | |
return | System |
protected UpdateNodeCount ( int oldvalue, int newvalue ) : void | ||
oldvalue | int | |
newvalue | int | |
return | void |