Udostępnij za pośrednictwem


WizardNavigationEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy WizardNavigationEventArgs.

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

Indeks WizardStep obiektu, który jest obecnie wyświetlany w kontrolce Wizard .

nextStepIndex
Int32

Indeks WizardStep obiektu, który zostanie wyświetlony obok kontrolki Wizard .

Dotyczy

Zobacz też