Skip to main content
All docs
V24.2

ASPxClientSelectedTabPageChangedEventArgs Class

Provides data for the ASPxClientDashboard.SelectedTabPageChanged event.

#Declaration

TypeScript
declare class ASPxClientSelectedTabPageChangedEventArgs extends ASPxClientEventArgs

#Remarks

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

#Inherited Members

#Inheritance

ASPxClientEventArgs
ASPxClientSelectedTabPageChangedEventArgs

#Properties

#PreviousPage Property

Gets the tab page that was selected.

#Declaration

TypeScript
PreviousPage: string

#Property Value

Type Description
string

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

#SelectedPage Property

Gets the tab page that is selected.

#Declaration

TypeScript
SelectedPage: string

#Property Value

Type Description
string

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

#TabContainerName Property

Gets 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.