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。