Note
Do not wrap another IBindingList or ObservableCollectionT as their events are not captured by the FastBindingListT class.
To capture and generate events for both wrapped and self list operations use ObservableBindingListT instead.
public FastBindingList(
IList<T> list
)
Public Sub New (
list As IList(Of T)
)
public:
FastBindingList(
IList<T>^ list
)
new :
list : IList<'T> -> FastBindingList