WorkspaceVisualNodeBase.BeforeChildrenRefresh 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 before populating of the children for this node
protected:
virtual System::Threading::Tasks::Task ^ BeforeChildrenRefresh();
protected virtual System.Threading.Tasks.Task BeforeChildrenRefresh ();
abstract member BeforeChildrenRefresh : unit -> System.Threading.Tasks.Task
override this.BeforeChildrenRefresh : unit -> System.Threading.Tasks.Task
Protected Overridable Function BeforeChildrenRefresh () As Task
Returns
A Task representing the asynchronous operation.