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