Skip to main content

TdxTabbedMDIManager.OnPageAdded Event

Enables you to perform specific actions after a new tabbed page has been created.

Declaration

property OnPageAdded: TdxTabbedMDIPageAddedEvent read; write;

Remarks

Fires after a new tabbed page has been created, and before displaying it within the parent form. The event fires only if the tabbed MDI manager’s Active property is set to True.

Sender specifies the tabbed MDI manager.

APage specifies the newly created tabbed page.

See Also