Multiple choice technology web technology

Which of the following metadata tags is used to define the variable is eligible for data binding

  1. [Bindable]

  2. [DefaultProperty]

  3. [DataBinding]

  4. [AutoUpdate]

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Adobe Flex, the [Bindable] metadata tag is used to mark a variable or property as eligible for data binding. When a property is marked as bindable, it can be used as the source or destination in data binding expressions, and changes to the property will automatically update bound destinations.