Diagram::OnToolboxItemSelected Method (ModelingToolboxItem^)
Visual Studio 2015
Called on selection of a ToolboxItem. (A selection is a double-click, or pressing Enter). Base implementation simply returns false, which means the selection action is not handled.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- toolboxItem
-
Type:
Microsoft.VisualStudio.Modeling.Design::ModelingToolboxItem^
Selected toolbox item. This will not be null; this method is not called when "Pointer" mode is selected.
Show: