The following tables list the members exposed by TabChangeEventArgs.
"| Name | Description | |
|---|---|---|
![]() | TabChangeEventArgs Constructor | Creates a new instance of the TabChangeEventArgs. |
| Name | 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 |

