ConnectedServiceWizardPage::OnPageEnteringAsync Method (WizardEnteringArgs^)

Visual Studio 2015
 

OnPageEntering is called on the ConnectedServiceWizardPage when the wizard is navigating to the page.

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

public:
virtual Task^ OnPageEnteringAsync(
	WizardEnteringArgs^ args
)

Parameters

args
Type: Microsoft.VisualStudio.ConnectedServices::WizardEnteringArgs^

A T: Microsoft.VisualStudio.ConnectedServices.WizardEnteringArgs that provides the context on the page entering event.

Return Value

Type: System.Threading.Tasks::Task^

Returns a Task<TResult> of type T:Microsoft.VisualStudio.ConnectedServices.NavigationEnabledState that describes which navigation buttons should be enabled and disabled.

Return to top
Show: