Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTabSheet.OnShow Event

In This Article

Fires immediately after the page has become visible.

#Declaration

Delphi
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