WorkspaceVisualNodeBase.AfterChildrenRefresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after populating of the children for this node
protected:
virtual System::Threading::Tasks::Task ^ AfterChildrenRefresh();
protected virtual System.Threading.Tasks.Task AfterChildrenRefresh ();
abstract member AfterChildrenRefresh : unit -> System.Threading.Tasks.Task
override this.AfterChildrenRefresh : unit -> System.Threading.Tasks.Task
Protected Overridable Function AfterChildrenRefresh () As Task
Returns
A Task representing the asynchronous operation.