CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs) Método

Definición

Genera el evento NextButtonClick.

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)

Parámetros

e
WizardNavigationEventArgs

WizardNavigationEventArgs que contiene los datos del evento.

Se aplica a

Consulte también