Share via


WorkspaceVisualNodeBase.OnChildNodeExpandedStateChanged Method

Definition

called on the root node when any inner children expansion changed.

protected:
 virtual void OnChildNodeExpandedStateChanged(Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^ node, bool isExpanded);
protected virtual void OnChildNodeExpandedStateChanged (Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase node, bool isExpanded);
abstract member OnChildNodeExpandedStateChanged : Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase * bool -> unit
override this.OnChildNodeExpandedStateChanged : Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase * bool -> unit
Protected Overridable Sub OnChildNodeExpandedStateChanged (node As WorkspaceVisualNodeBase, isExpanded As Boolean)

Parameters

node
WorkspaceVisualNodeBase

node that get expanded or collapsed

isExpanded
Boolean

what is the current expansion state

Applies to