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
  • TdxCustomDashboardControl.OnLayoutChanged Event

    Allows you to save dashboard layout changes made in the Dashboard Designer dialog.

    Declaration

    property OnLayoutChanged: TdxDashboardControlNotifyEvent read; write;

    Remarks

    Handle the OnLayoutChanged event to execute custom code in response to dashboard layout updates.

    Event Occurrence

    The OnLayoutChanged event occurs in response to every Layout property value change.

    Event Parameter

    The ASender parameter provides access to the TdxDashboardControl component that raised the OnLayoutChanged event.

    See Also