Prado\Web\UI\WebControls\TWizardNavigationEventParameter::__construct PHP Method

__construct() public method

Constructor.
public __construct ( $currentStep )
    public function __construct($currentStep)
    {
        $this->_currentStep = $currentStep;
        $this->_nextStep = $currentStep;
    }