NewDialog ControlEvent

[This is preliminary documentation and subject to change.]

The Handler is notified through this event when a modal dialog transitions to an other one.

Published By

Handler.

Argument

A string, the name of the new dialog.

Action on Subscribers

None.

Action by Publisher When Subscriber Activated

The Handler removes the present dialog and creates the new one with the name indicated in the argument.

Typical Use

A PushButton control on a modal dialog is tied to this event in the ControlEvent table to signal a transition to the next or previous dialog of the same wizard sequence.