Page.OnWizardNext Method

Definition

Called when the Next button on the wizard is clicked.

public:
 virtual bool OnWizardNext();
public virtual bool OnWizardNext ();
abstract member OnWizardNext : unit -> bool
override this.OnWizardNext : unit -> bool
Public Overridable Function OnWizardNext () As Boolean

Returns

Always returns true.

Applies to