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