ConnectedServiceWizardPage::OnPageEnteringAsync Method (WizardEnteringArgs^)
Visual Studio 2015
OnPageEntering is called on the ConnectedServiceWizardPage when the wizard is navigating to the page.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
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.
Show: