SelectedChanged Event
Description
Occurs when a new TabControlItem is selected in the TabToolBar, meaning the focus has changed from one tab to another.
Syntax
Public Event SelectedChanged( _
ByVal Item As [TabControlItem](XtremeCommandBars~TabControlItem.md) _
)
Parameters
- Item: The TabControlItem that is selected.
Remarks
The SelectedChanged event occurs when the tab selection has changed in the TabToolBar. If a tab that is currently selected is clicked, then the SelectedChanged event will not occur.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.