Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • 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

    public object subscribeToContentChanges(
        Action callback
    )

    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