PropagationPhase
#include <bb/cascades/PropagationPhase>
Represents different event propagation phases.
See:
Since:
BlackBerry 10.0.0
Public Types
The phases of event propagation.
Since:
BlackBerry 10.0.0
- None
Used for events that does not propagate.
Since:BlackBerry 10.0.0
- Capturing
The capture phase starts at the root of node tree and continues towards the target leaf node.
Since:BlackBerry 10.0.0
- AtTarget
A target is the intended recipient of the event.
Since:BlackBerry 10.0.0
- Bubbling
The bubble phase starts at the target and continues towards the root of the node tree.
Since:BlackBerry 10.0.0