continuePropagation property

bool continuePropagation
getter/setter pairinherited

If this flag is false (default), the event will be delivered to the first component that can handle it. If that component sets this flag to true, the event will propagate further down the component tree to other eligible components.

Implementation

bool continuePropagation = false;