OnWizFinish

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at OnWizFinish.

Called from the wizard HTML script when the user clicks Finish. This function in turn calls the wizard control's Finish function.

Syntax

  
      function OnWizFinish(   
   document    
);  

Parameters

document
The HTML document object

Remarks

This function is called from the wizard HTML script when the user clicks Finish.

See Also

Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard