dbicTabs Send comments on this topic.
TabChange Event
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : TabChange Event

Occurs each time a new tab is selected.

Syntax

Visual Basic (Declaration) 
Public Event TabChange As dbiTabs.EventTabChangeHandle
C# 
public event dbiTabs.EventTabChangeHandle TabChange

Event Data

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.

PropertyDescription
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

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also