cancelPropagation

cancel propagation of this MouseEvent message

Note that cancellation is only a hint. Event listeners should check if MouseEvent.propagationCancelled is set to see if another listener already consumed the event.

See also