Share via


WizardLeavingArgs(ConnectedServiceWizardPage) Constructor

Definition

Initializes a new instance of the WizardLeavingArgs class.

public:
 WizardLeavingArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage ^ nextPage);
public:
 WizardLeavingArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage ^ nextPage);
 WizardLeavingArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage const & nextPage);
public WizardLeavingArgs (Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizardPage nextPage);
new Microsoft.VisualStudio.ConnectedServices.WizardLeavingArgs : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizardPage -> Microsoft.VisualStudio.ConnectedServices.WizardLeavingArgs
Public Sub New (nextPage As ConnectedServiceWizardPage)

Parameters

nextPage
ConnectedServiceWizardPage

The page that will be selected, or null if the wizard is being finished.

Applies to