Version: 2020.2
言語: 日本語

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.