Hello,

when I do this:

dispatchEvent( new PropertyChangeEvent(PropertyChangeEvent.PROPERTY_CHANGE)
);

My bindings do not execute.


When I do this:

dispatchEvent( new Event('propertyChange') );

They do (using default binding with no meta data specified).


What is what is the PropertyChangeEvent.PROPERTY_CHANGE event used for if
not for binding?


Thanks for any input!
~Aaron

Reply via email to