Skip to main content
A newer version of this page is available. .

DashboardBuilder.OnDashboardEndUpdate(String) Method

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

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardBuilder OnDashboardEndUpdate(
    string onDashboardEndUpdate
)

Parameters

Name Type Description
onDashboardEndUpdate String

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

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also