Autodesk Vault ProfessionalVault API

SendSelectionChanged Method

Autodesk.Connectivity.Explorer.ExtensibilityDetailPaneTab

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

Syntax

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

Parameters

NameDescription
contextTab context object

See Also