Click or drag to resize
StepEventArgs Constructor
Constructor

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public StepEventArgs(
	int steps,
	int currentStep
)

Parameters

steps
Type: SystemInt32
Total number of steps
currentStep
Type: SystemInt32
Current step number
See Also