System.ComponentModel.BindingList<T>.OnListChanged Method

Raises the BindingList`1.ListChanged event.

Syntax

protected virtual void OnListChanged (ListChangedEventArgs e)

Parameters

e
A System.ComponentModel.ListChangedEventArgs that contains the event data.

Remarks

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.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0