ModelingDocView.IVsToolboxActiveUserHook.ToolboxSelectionChanged 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 when selection on toolbox changes (through a single-click or pressing up/down arrow keys).
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolboxActiveUserHook.ToolboxSelectionChanged(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ selectedObject) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxActiveUserHook::ToolboxSelectionChanged;
int IVsToolboxActiveUserHook.ToolboxSelectionChanged (Microsoft.VisualStudio.OLE.Interop.IDataObject selectedObject);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsToolboxActiveUserHook.ToolboxSelectionChanged : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsToolboxActiveUserHook.ToolboxSelectionChanged : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
Function ToolboxSelectionChanged (selectedObject As IDataObject) As Integer Implements IVsToolboxActiveUserHook.ToolboxSelectionChanged
Parameters
- selectedObject
- IDataObject
Not used.