adspace
Differences between defining bindings in mxml and actionscript?
Answer Posted / Neelima Sagar
In MXML, you can define bindings using the <fx:Binding> tag to create two-way data bindings between UI components and ActionScript variables. In ActionScript, you can use the Bindable class or the Syntax sugar (propertyName@event) for creating one-way data binding. However, in MXML, you can also create event bindings using <mx:EventBinding> tag which is not available in ActionScript directly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category