CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs) Method

Definition

Raises the NextButtonClick event.

protected:
 override void OnNextButtonClick(System::Web::UI::WebControls::WizardNavigationEventArgs ^ e);
protected override void OnNextButtonClick (System.Web.UI.WebControls.WizardNavigationEventArgs e);
override this.OnNextButtonClick : System.Web.UI.WebControls.WizardNavigationEventArgs -> unit
Protected Overrides Sub OnNextButtonClick (e As WizardNavigationEventArgs)

Parameters

e
WizardNavigationEventArgs

A WizardNavigationEventArgs containing the event data.

Applies to

See also