Back to Devexpress

DashboardBuilder.OnDashboardEndUpdate(String) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-ondashboardendupdate-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

DashboardBuilder.OnDashboardEndUpdate(String) Method

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

Namespace : DevExpress.DashboardAspNetCore

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

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder OnDashboardEndUpdate(
    string onDashboardEndUpdate
)
vb
Public Function OnDashboardEndUpdate(
    onDashboardEndUpdate As String
) As DashboardBuilder

Parameters

NameTypeDescription
onDashboardEndUpdateString

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

|

Returns

TypeDescription
DashboardBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace