Prado\Web\UI\ActiveControls\TActiveTableRowEventParameter::__construct PHP Method

__construct() public method

Creates a new TActiveTableRowEventParameter.
public __construct ( $response, $parameter, $index )
    public function __construct($response, $parameter, $index = -1)
    {
        parent::__construct($response, $parameter);
        $this->_selectedRowIndex = $index;
    }
TActiveTableRowEventParameter