FastBindingListTRaiseListChangedEvents Property

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

Definition

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

Property Value

Boolean

See Also