Method RefreshObject
RefreshObject(T, bool)
Refreshes the state of the object o
in the tree. This will
recompute children, string representation etc.
public void RefreshObject(T o, bool startAtTop = false)
Parameters
o
TstartAtTop
boolTrue to also refresh all ancestors of the objects branch (starting with the root). False to refresh only the passed node.
Remarks
This has no effect if the object is not exposed in the tree.