Diagram::OnToolboxSelectionChanged Method (ModelingToolboxItem^)

 

Called when the selection on toolbox changed (through a single-click, or pressing up/down arrow keys). Base implementation does nothing.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual void OnToolboxSelectionChanged(
	ModelingToolboxItem^ toolboxItem
)

Parameters

toolboxItem
Type: Microsoft.VisualStudio.Modeling.Design::ModelingToolboxItem^

New toolbox item with selection. This can be null, if "Pointer" mode is selected.

Return to top
Show: