| Visual Basic (Declaration) | |
|---|---|
Public Event TabChange As dbiTabs.EventTabChangeHandle | |
| C# | |
|---|---|
public event dbiTabs.EventTabChangeHandle TabChange | |
The event handler receives an argument of type TabChangeEventArgs containing data related to this event. The following TabChangeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| PreviousTabIndex | Returns the 0-based index value of the previously selected tab. |
| PreviousTabPage | Returns the TabPage object that was previously selected |
| SelectedTabIndex | Returns the 0-based index value of the currently selected tab. |
| SelectedTabPage | Returns the TabPage object that is currently selected |