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

__construct() public method

Creates a new TCallbackEventParameter.
public __construct ( $response, $parameter )
    public function __construct($response, $parameter)
    {
        $this->_response = $response;
        $this->_parameter = $parameter;
    }