ObservableBindingListTRaiseCollectionChangedEvents Property

Gets or sets whether adding or removing items within the list raises CollectionChanged events.
Default value: .

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public virtual bool RaiseCollectionChangedEvents { get; set; }

Property Value

Boolean

See Also