Class BindingListAdaptor<T>
- Namespace
- Dynamic
Data .Binding
- Assembly
- DynamicData.dll
Adaptor to reflect a change set into a binding list.
Type Parameters
TThe type of items.
- Inheritance
-
BindingListAdaptor<T>
- Implements
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
listBindingList <T>The list of items to add to the adapter.
refreshThresholdintThe 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
changesIChangeSet <T>The change.