DashboardParameterDialogExtension.subscribeToContentChanges(Action) Method
Allows you to be notified about the dashboard parameter settings changes.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| callback | Action | A custom function. |
Returns
| Type | Description |
|---|---|
| Object | A custom function that is invoked when you change parameter settings. |
Remarks
The subscribeToContentChanges property allows you to define a function that is invoked every time you change parameter settings on the dashboard menu’s Parameters page.
See Also