SendSelectionChanged Method
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
| Name | Description |
|---|---|
| context | Tab context object |