Skip to main content

DashboardBuilder.OnItemBeginUpdate(String) Method

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

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder OnItemBeginUpdate(
    string onItemBeginUpdate
)

Parameters

Name Type Description
onItemBeginUpdate String

A String object containing 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