Class BindingListAdaptor<T>
- Namespace
- Dynamic
Data .Binding
- Assembly
- DynamicData.dll
Adaptor to reflect a change set into a binding list.
Type Parameters
T
The type of items.
- Inheritance
-
BindingListAdaptor<T>
- Implements
- Extension Methods
Remarks
Initializes a new instance of the BindingListAdaptor<T> class.
Constructors
BindingListAdaptor(BindingList<T>, int)
Adaptor to reflect a change set into a binding list.
Parameters
list
BindingList <T>The list of items to add to the adapter.
refreshThreshold
intThe threshold before a reset is issued.
Remarks
Initializes a new instance of the BindingListAdaptor<T> class.
Methods
Adapt(IChangeSet<T>)
Adapts the specified change.
Parameters
changes
IChangeSet <T>The change.