Tagged Questions
1
vote
3answers
925 views
WPF: How do I hook into a ListView's ItemsSource CollectionChanged notification?
I have a ListView that is databound to an ObservableCollection ...
<ListView x:Name="List1" ItemsSource="{Binding MyList}" />
I can't seem to find any event that are triggered when the ...