Share via


ModelingDocView.IVsToolboxActiveUserHook.ToolboxSelectionChanged Method

Definition

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.

Returns

Implements

Applies to