Sdílet prostřednictvím


WizardNavigationEventArgs(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci WizardNavigationEventArgs třídy.

public:
 WizardNavigationEventArgs(int currentStepIndex, int nextStepIndex);
public WizardNavigationEventArgs (int currentStepIndex, int nextStepIndex);
new System.Web.UI.WebControls.WizardNavigationEventArgs : int * int -> System.Web.UI.WebControls.WizardNavigationEventArgs
Public Sub New (currentStepIndex As Integer, nextStepIndex As Integer)

Parametry

currentStepIndex
Int32

Index objektu WizardStep , který je aktuálně zobrazen v ovládacím Wizard prvku.

nextStepIndex
Int32

Index objektu WizardStep , který Wizard ovládací prvek zobrazí jako další.

Platí pro

Viz také