Share via


WizardEnteringArgs(ConnectedServiceWizardPage) Constructor

Definition

Initializes a new instance of the WizardEnteringArgs class.

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

Parameters

previousPage
ConnectedServiceWizardPage

The page that was previously selected, or null if this is the first entry into the wizard.

Applies to