ConnectedServiceWizardPage.OnPageEnteringAsync(WizardEnteringArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OnPageEnteringAsync is called on a ConnectedServiceWizardPage when the wizard is navigating to the page.
public:
virtual System::Threading::Tasks::Task ^ OnPageEnteringAsync(Microsoft::VisualStudio::ConnectedServices::WizardEnteringArgs ^ args);
public virtual System.Threading.Tasks.Task OnPageEnteringAsync (Microsoft.VisualStudio.ConnectedServices.WizardEnteringArgs args);
abstract member OnPageEnteringAsync : Microsoft.VisualStudio.ConnectedServices.WizardEnteringArgs -> System.Threading.Tasks.Task
override this.OnPageEnteringAsync : Microsoft.VisualStudio.ConnectedServices.WizardEnteringArgs -> System.Threading.Tasks.Task
Public Overridable Function OnPageEnteringAsync (args As WizardEnteringArgs) As Task
Parameters
- args
- WizardEnteringArgs
Provides context on the page entering event.
Returns
Returns a Task<TResult> of type Microsoft.VisualStudio.ConnectedServices.NavigationEnabledState that describes which navigation buttons should be enabled and disabled.