TdxCustomLayoutGroup.OnCollapsed Event
Enables you to perform specific actions after a group has been collapsed.
Declaration
property OnCollapsed: TNotifyEvent read; write;
Remarks
For example, this event can be used for synchronizing the group expansion status with the status of other controls, or for any changes to the content layout.
See Also