WorkspaceVisualNodeBase.OnChildNodeExpandedStateChanged 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 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 that get expanded or collapsed
- isExpanded
- Boolean
what is the current expansion state