TcxTabSheet.OnShow Event
Fires immediately after the page has become visible.
Declaration
property OnShow: TNotifyEvent read; write;
Remarks
Handle the OnShow event to perform specific actions each time after the page has become visible (i.e., its Visible property is set to True). The Sender parameter specifies the page (TcxTabSheet object) whose visibility has been changed.
See Also