Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • TdxDashboardControlNotifyEvent Type

    The procedural type for general dashboard-related notification events.

    Declaration

    TdxDashboardControlNotifyEvent = procedure(ASender: TdxCustomDashboardControl) of object;

    Parameters

    Name Type Description
    ASender TdxCustomDashboardControl

    Provides access to the dashboard control that raised the notification event.

    Tip

    You need to cast the parameter value to the TdxDashboardControl class to access all public API members.

    Remarks

    Handle dashboard-related notification events to execute custom code in response to certain changes in your ExpressDashboards-powered application.

    Direct TdxDashboardControlNotifyEvent Type References

    The following events reference the TdxDashboardControlNotifyEvent procedural type:

    TdxCustomDashboardControl.OnLayoutChanged
    Allows you to save dashboard layout changes made in the Dashboard Designer dialog.
    TdxCustomDashboardControl.OnStateChanged
    Allows you to save dashboard/user interaction state changes.
    See Also