Skip to main content

DashboardViewerApiOptionBuilder.OnSelectedTabPageChanged(String) Method

Specifies the JavaScript function (or its name) executed when the selected tab page is changed.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardViewerApiOptionBuilder OnSelectedTabPageChanged(
    string onSelectedTabPageChanged
)

Parameters

Name Type Description
onSelectedTabPageChanged String

The JavaScript function (or its name) executed when the event is raised.

Returns

Type Description
DashboardViewerApiOptionBuilder

A reference to this instance after the operation has completed.

See Also