Version: 2017.3

Capture

enumeration

マニュアルに切り替える

説明

Used to specify the phases where an event handler should be executed.

変数

NoCaptureThe event handler should be executed during the target and bubble up phases.
CaptureThe event handler should be executed during the capture and the target phases.