Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Capture

enumeration

Description

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

Properties

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.

Did you find this page useful? Please give it a rating: