How to fire an event when a List is changed?

Asked

Viewed 94 times

2

I wanted to know if it’s possible and, if so, how to trigger an event when a List shall be amended as follows::

  • An element is removed;
  • An element is added;
  • An element has its index changed;

Is there any way to trigger an event when it occurs?

  • 1

    How you change the element index?

  • Use an Observablecollection.

1 answer

3


Browser other questions tagged

You are not signed in. Login or sign up in order to post.