TdxCustomLayoutGroup.OnTabChanged Event
Enables you to respond to tab switching.
Declaration
property OnTabChanged: TNotifyEvent read; write;
Remarks
Fires after a tab has been selected.
Sender specifies the tabbed layout group that generates this event.
This event is not generated in customization mode.
See Also