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

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: