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