Raises the BindingList`1.ListChanged event.
- e
- A System.ComponentModel.ListChangedEventArgs that contains the event data.
The BindingList`1.OnListChanged(ListChangedEventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.