TdxTabbedMDIManager.OnPageChanging Event
In This Article
Occurs before a page switch.
#Declaration
Delphi
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