TdxNavBarGroup.OnCollapsed Event
Occurs after a group has been collapsed.
Declaration
property OnCollapsed: TNotifyEvent read; write;
Remarks
Write an OnCollapsed event handler to perform specific actions immediately after a group has been collapsed.
There are two things that will cause the event to fire:
An end-user collapses a group when an Explorer Bar View is used.
The group’s OptionsExpansion.Expanded property value is set to False via code.
See Also