ModelExplorerTreeContainer.TreeNodeTextChanged(ExplorerTreeNode) Method

Definition

Virtual method to indicate tree node text has been changed.

public:
 virtual void TreeNodeTextChanged(Microsoft::VisualStudio::Modeling::Shell::ExplorerTreeNode ^ node);
public virtual void TreeNodeTextChanged (Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode node);
abstract member TreeNodeTextChanged : Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
override this.TreeNodeTextChanged : Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
Public Overridable Sub TreeNodeTextChanged (node As ExplorerTreeNode)

Parameters

Applies to