Finished Event

Occurs when the user has pressed the Finish button, indicating completion of required data-entry.

Syntax:

Private Sub Finished()

Remarks:

The Finished event procedure is normally used to perform the wizard's final processing once all required data has been entered.

See Also: Cancelled Event