There is a certain container. (In my case, this is InkCanvas ) He accordingly has a collection of child elements ( InkCanvas.Children ).
And this collection is changed in the code that I do not control (control is defined in my dll, and adding / deleting elements occurs in the code that uses my dll)
Question: Is it possible to receive notifications about the change of the collection? If so, how?