Skip to main content
All docs
V18.2

ASPxClientDashboard.ItemBeginUpdate Event

Occurs when a dashboard item update is initiated.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientItemBeginUpdateEventHandler ItemBeginUpdate

Event Data

The ItemBeginUpdate event's data class is ASPxClientItemBeginUpdateEventArgs. The following properties provide information specific to this event:

Property Description
ItemName Gets the component name of the dashboard item.

Remarks

After the dashboard item update is performed, the ASPxClientDashboard.ItemEndUpdate event is fired.

See Also