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