TdxCustomWizardControl.OnPageChanged Event
Enables you to respond to completing page activation.
Declaration
property OnPageChanged: TNotifyEvent read; write;
Remarks
This event follows the OnPageChanging event and fires after the wizard control specified by the Sender parameter has activated a new page, and finished page transition animation.
See Also