EventPropagation

enumeration

Switch to Manual

Description

Value that determines if a event handler stops propagation of events or allows it to continue.

Variables

StopStop event propagation after this handler.
ContinueContinue event propagation after this handler.