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