Version: 2019.4

EventPropagation

enumeration

マニュアルに切り替える

説明

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

変数

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