StepEventArgs Constructor |
Constructor
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public StepEventArgs(
int steps,
int currentStep
)
Parameters
- steps
- Type: SystemInt32
Total number of steps - currentStep
- Type: SystemInt32
Current step number
See Also