StepEventArgs Constructor |
Constructor
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public StepEventArgs(
int steps,
int currentStep
)
Parameters
- steps
- Type: SystemInt32
Total number of steps - currentStep
- Type: SystemInt32
Current step number
See Also