VCWizCtlClass::Finish Method (Object^, Object^)

 

Called when the user clicks the OK or Cancel button in the wizard HTML to indicate that the user is finished with the wizard.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual void Finish(
	Object^ pdispDocument,
	Object^ var
)

Parameters

pdispDocument
Type: System::Object^

Required. A pointer to the Document.

var
Type: System::Object^

Required. The page name.

This function calls the default.js function, OnFinish, when the user clicks OK or Cancel. See JScript File for more information.

Return to top
Show: