Skip to main content
All docs
V18.2

ASPxClientDashboard Events

A client-side equivalent of the ASPxDashboard control.
Name Description
ActionAvailabilityChanged Occurs after the available interactivity actions have changed for the specific dashboard item.
BeforeRender Occurs before any element in the Web Dashboard control has been rendered.
BeginCallback Occurs when a callback for server-side processing is initiated.
CustomDataCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientDashboard.PerformDataCallback method.
DashboardBeginUpdate Occurs when a dashboard update is initiated.
DashboardChanged The DashboardChanged client-side event is obsolete. Use the DashboardInitialized event instead.
DashboardEndUpdate Occurs after the dashboard update is performed.
DashboardInitialized Occurs after the dashboard displayed in the control has been initialized.
DashboardInitializing Occurs before the dashboard displayed in the control has been initialized.
DashboardStateChanged Occurs after the state of the dashboard displayed in the ASPxClientDashboard is changed.
DashboardTitleToolbarUpdated Allows you to customize a dashboard title (for instance, add custom buttons, menus, etc.).
DynamicLookUpValuesLoaded Occurs after parameter values provided using a Dynamic List are loaded.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed.
ItemBeforeWidgetDisposed Allows you to access underlying UI/Data Visualization widgets.
ItemBeginUpdate Occurs when a dashboard item update is initiated.
ItemCaptionToolbarUpdated Allows you to customize a dashboard item’s caption (for instance, add custom buttons, menus, etc.).
ItemClick Occurs when an end-user clicks a dashboard item.
ItemDrillDownStateChanged Occurs when a drill-down/drill-up is performed.
ItemElementCustomColor Allows you to color the required dashboard item elements using the specified colors.
ItemEndUpdate Occurs after the dashboard item update is performed.
ItemMasterFilterStateChanged Occurs when a master filter state is changed.
ItemSelectionChanged Occurs after the selection within the dashboard item is changed.
ItemVisualInteractivity Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.
ItemWidgetCreated Allows you to access underlying UI/Data Visualization widgets.
ItemWidgetUpdated Allows you to access underlying UI/Data Visualization widgets.
ItemWidgetUpdating Allows you to access underlying UI/Data Visualization widgets.
SelectedTabPageChanged Occurs when the selected tab page is changed.
See Also