ModelingDocView.IVsToolboxActiveUserHook.ToolboxSelectionChanged Method

Called when selection on toolbox changes (through a single-click or pressing up/down arrow keys).

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

Syntax

'Declaration
Private Function ToolboxSelectionChanged ( _
    selectedObject As IDataObject _
) As Integer Implements IVsToolboxActiveUserHook.ToolboxSelectionChanged
int IVsToolboxActiveUserHook.ToolboxSelectionChanged(
    IDataObject selectedObject
)
private:
virtual int ToolboxSelectionChanged(
    IDataObject^ selectedObject
) sealed = IVsToolboxActiveUserHook::ToolboxSelectionChanged
private abstract ToolboxSelectionChanged : 
        selectedObject:IDataObject -> int  
private override ToolboxSelectionChanged : 
        selectedObject:IDataObject -> int
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsToolboxActiveUserHook.ToolboxSelectionChanged(IDataObject)

.NET Framework Security

See Also

Reference

ModelingDocView Class

Microsoft.VisualStudio.Modeling.Shell Namespace