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 对象的索引。