Skip to main content

SelectedTabPageChangedEventArgs Interface

Provides data for the SelectedTabPageChanged event.

Declaration

export interface SelectedTabPageChangedEventArgs

Properties

previousPage Property

Specifies a tab page that was selected.

Declaration

previousPage: string

Property Value

Type Description
string

A string that is a component name of the previously selected tab page.

selectedPage Property

Specifies a tab page that is selected.

Declaration

selectedPage: string

Property Value

Type Description
string

A string that is a component name of the selected tab page.

tabContainerName Property

Specifies the name of the tab container that contains the selected tab page.

Declaration

tabContainerName: string

Property Value

Type Description
string

A string that is the component name of the tab container containing the selected tab page.