PropagationPhase

enumeration

Description

The propagation phases of an event.

When an element receives an event, the event propagates from the panel's root element to the target element.

In the TrickleDown phase, the event is sent from the panel's root element to the target element.

In the BubbleUp phase, the event is sent from the target element back to the panel's root element.

Properties

None The event is not propagated.
TrickleDown The event is sent from the panel's root element to the target element.
BubbleUp The event is sent from the target element back to the panel's root element.

Did you find this page useful? Please give it a rating: