Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public ThreadSafeBindingList(
IBindingList bindingList,
bool enableItemChangedEvents
) |
| Visual Basic |
|---|
Public Sub New (
bindingList As IBindingList,
enableItemChangedEvents As Boolean
) |
| Visual C++ |
|---|
public:
ThreadSafeBindingList(
IBindingList^ bindingList,
bool enableItemChangedEvents
) |
| F# |
|---|
new :
bindingList : IBindingList *
enableItemChangedEvents : bool -> ThreadSafeBindingList |
Parameters
- bindingList
- Type: System.ComponentModel..::..IBindingList
The binding list.
- enableItemChangedEvents
- Type: System..::..Boolean
if set to true the collection forwards notifications from INotifyPropertyChanged interface.
See Also