Initializes a new instance of the ThreadSafeBindingList<(Of <(<'T>)>)> class.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public ThreadSafeBindingList(
	bool enableItemChangedEvents
)
Visual Basic
Public Sub New ( 
	enableItemChangedEvents As Boolean
)
Visual C++
public:
ThreadSafeBindingList(
	bool enableItemChangedEvents
)
F#
new : 
        enableItemChangedEvents : bool -> ThreadSafeBindingList

Parameters

enableItemChangedEvents
Type: System..::..Boolean
if set to false prevents the collection from firing the ListChanged event when this collection is updated from the INotifyPropertyChanged interface. Otherwise the default behavior remains unchanged.

See Also