Table of Contents

Property SuspendCollectionChangedEvent

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

SuspendCollectionChangedEvent

Gets or sets whether the CollectionChanged event should be suppressed.

bool SuspendCollectionChangedEvent { get; set; }

Property Value

bool

Remarks

Set to true to prevent CollectionChanged from being raised during bulk operations. Set back to false to resume event notifications.