WizardNavigationEventArgs(Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
- currentStepIndex
- Int32
目前顯示於 WizardStep 控制項中的 Wizard 物件索引。
- nextStepIndex
- Int32
WizardStep 控制項將接著顯示的 Wizard 物件索引。