DashboardControlClientSideEvents Properties
Contains a list of the client-side event handlers available for the ASPxDashboard control and a corresponding MVC extension.| Name | Description |
|---|---|
| ActionAvailabilityChanged | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ActionAvailabilityChanged event is raised. |
| BeforeRender | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.BeforeRender event is raised. |
| BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
| CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
| CustomDataCallback | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.CustomDataCallback event is raised. |
| CustomizeDataSourceWizard | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.CustomizeDataSourceWizard event is raised. |
| CustomizeMenuItems | This property is obsolete. |
| DashboardBeginUpdate | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardBeginUpdate event is raised. |
| DashboardChanged | Obsolete. The DashboardChanged client-side event is obsolete. Use the DashboardInitialized handler instead. |
| DashboardEndUpdate | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardEndUpdate event is raised. |
| DashboardInitialized | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardEndUpdate event is raised. |
| DashboardInitializing | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardInitializing event is raised. |
| DashboardStateChanged | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardStateChanged event is raised. |
| DashboardTitleToolbarUpdated | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardTitleToolbarUpdated event is raised. |
| DynamicLookUpValuesLoaded | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DynamicLookUpValuesLoaded event is raised. |
| EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| ItemBeginUpdate | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemBeginUpdate event is raised. |
| ItemCaptionToolbarUpdated | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemCaptionToolbarUpdated event is raised. |
| ItemClick | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemClick event is raised. |
| ItemDrillDownStateChanged | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemDrillDownStateChanged event is raised. |
| ItemElementCustomColor | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemElementCustomColor event is raised. |
| ItemEndUpdate | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemEndUpdate event is raised. |
| ItemMasterFilterStateChanged | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemMasterFilterStateChanged event is raised. |
| ItemSelectionChanged | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemSelectionChanged event is raised. |
| ItemVisualInteractivity | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemVisualInteractivity event is raised. |
| ItemWidgetCreated | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemWidgetCreated event is raised. |
| ItemWidgetUpdated | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemWidgetUpdated event is raised. |
| ItemWidgetUpdating | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemWidgetUpdating event is raised. |
| SelectedTabPageChanged | Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.SelectedTabPageChanged event is raised. |
See Also