Property SuspendCollectionChangedEvent
SuspendCollectionChangedEvent
Gets or sets whether the CollectionChanged event should be suppressed.
public bool SuspendCollectionChangedEvent { get; set; }
Property Value
Remarks
Set to true to prevent CollectionChanged from being raised during bulk operations. Set back to false to resume event notifications.