I'm going to create a UserControl for a specific purpose. I need to bind a IEnumerable object to it, so I need to Implement ItemsSource property.
I found following answer for WPF: Custom ItemsSource property for a UserControl
As noticed on a comment newValueINotifyCollectionChanged
is always null.
What should I do to make this working?