TdxCustomWizardControl.OnPageChanging Event
Enables you to respond to page activation.
Declaration
property OnPageChanging: TdxWizardControlPageChangingEvent read; write;
Remarks
Sender specifies the wizard control whose page is about to be activated.
ANewPage provides access to a page to be activated. Use this parameter to switch button states and initialize or update the content of the page.
Pass False as the AAllow parameter to prohibit the wizard control from activating the ANewPage. Otherwise, page activation proceeds, accompanied with page transition animation, and then fires the OnPageChanged event.
See Also