If you make the class bindable, the compiler will extend it from
EventDispatcher, or implement IEventDispatcher, this means you can use all
event dispatcher methods in that class. However, making a class bindable
isn't the best coding practice, I'd rather do it by hand, it' be a more
obvious code.

Reply via email to