propagate property

bool propagate
getter/setter pair

This is a flag that tells event listeners that this has been handled already. Note that this flag can be ignored.

Implementation

bool propagate = true;