TdxTabbedMDIManager.OnPageChanging Event
Occurs before a page switch.
Declaration
property OnPageChanging: TdxTabbedMDIPageChangingEvent read; write;
Remarks
You can handle this event to:
Prevent a user from switching between pages.
Implement a custom response to this action.
Refer to the TdxTabbedMDIPageChangingEvent procedural type for details.
See Also