EventPropagation

enumeration

Cambiar al Manual

Descripción

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.