ExtendedBindingList<T> Constructor

There are two overloads for the constructor

Overload List

ExtendedBindingList<T>() Default constructor
ExtendedBindingList<T>(IList<T>) Construct the collection using the specified list of items

See Also