Autodesk Vault ProfessionalVault API

SendSelectionChanged Method

Autodesk.Connectivity.Explorer.ExtensibilityDockPanel

Fires the SelectionChanged event. This is the method called when the user changes a selection while the panel is visible, or the panel is made newly visible.

Syntax

public void SendSelectionChanged(
   IDockPanelContext context
)
Public Sub SendSelectionChanged( _
   ByVal context As IDockPanelContext _
) 

Parameters

NameDescription
contextTab context object

See Also