WizardNavigationEventArgs(Int32, Int32) Oluşturucu

Tanım

WizardNavigationEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

currentStepIndex
Int32

WizardStepDenetimde görüntülenmekte olan nesnenin dizini Wizard .

nextStepIndex
Int32

WizardStep Wizard Denetimin daha sonra görüntüleyeceği nesnenin dizini.

Şunlara uygulanır

Ayrıca bkz.