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.OnStateChanged Event

    Allows you to save dashboard/user interaction state changes.

    Declaration

    property OnStateChanged: TdxDashboardControlNotifyEvent read; write;

    Remarks

    Handle the OnStateChanged event to execute custom code in response to dashboard state changes.

    Event Occurrence

    The OnStateChanged event occurs in response to every State property value change (for example, when users resize data visualization items, modify filter criteria, etc.).

    Event Parameter

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

    See Also