Namespace: Dapfor.Wpf.DataAssembly: 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