Skip to main content
All docs
V18.2

ASPxClientDashboard.ItemEndUpdate Event

Occurs after the dashboard item update is performed.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public event ASPxClientItemEndUpdateEventHandler ItemEndUpdate

Event Data

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

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

Remarks

When the dashboard item update is initiated, the ASPxClientDashboard.ItemBeginUpdate event is fired.

See Also