Add argument to event.
$this
public function setArgument(string $key, mixed $value) : static { $this->arguments[$key] = $value; return $this; }