Re: Binding - dispatch event change

2022-04-14 Thread Alex Harui
The short answer is if you have the time to write the code to use [Bindable(”fooChange”)] the result will be a bit more efficient. Using [Bindable] is easier to write, but has a cost. The cost is roughly what proportion of public properties need to actually dispatch change events. Royale SWC

RE: Binding - dispatch event change

2022-04-14 Thread Maria Jose Esteve
I will look into it, thanks Yishay Hiedra De: Yishay Weiss Enviado el: martes, 12 de abril de 2022 12:28 Para: users@royale.apache.org Asunto: RE: Binding - dispatch event change You might find answers here [1] [1] Using Bindable Metadata Events | Tournas Dimitrios (wordpress.com)