SelectedTabPageChangedEventArgs Interface
Provides data for the SelectedTabPageChanged event.
#Declaration
TypeScript
export interface SelectedTabPageChangedEventArgs
#Properties
#previousPage Property
Specifies a tab page that was selected.
#Declaration
TypeScript
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
TypeScript
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
TypeScript
tabContainerName: string
#Property Value
Type | Description |
---|---|
string | A string that is the component name of the tab container containing the selected tab page. |