VCWizCtlClass::Finish Method (Object^, Object^)
Visual Studio 2015
Called when the user clicks the OK or Cancel button in the wizard HTML to indicate that the user is finished with the wizard.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Parameters
- pdispDocument
-
Type:
System::Object^
Required. A pointer to the Document.
- var
-
Type:
System::Object^
Required. The page name.
Implements
IVCWizCtlUI::Finish(Object^, Object^)This function calls the default.js function, OnFinish, when the user clicks OK or Cancel. See JScript File for more information.
Show: