I wanted to know if it is possible, and if so, how to trigger an event when a List
is changed, for the following changes:
- An element is removed;
- An element is added;
- An element has its index changed;
Is there any way to trigger an event when this occurs?