The strategy for these type of things is often
- Register for the context item changed event, and remember the values you are interested in
- When a new element is selected, check the values of the previous element again to know if they have been changed.
Geert