Sridhar Raman wrote:
Hmm ... in that case is there any way I can check in the event listener whether the value has changed? Does the event (or any other object, for that matter) give me a handle on the older property value?
no it doesn't. when the event listener is called, the change has already been committed and the old value is gone.
regards marcel
