Returns whether further event listeners should be triggered.
@api
Boolean Whether propagation was already stopped for this event.
Event::stopPropagation
public function isPropagationStopped() { return $this->propagationStopped; }