Table of Contents

Event CollectionChanged

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

Raised when items are added, removed, moved, or the entire collection is refreshed.

event NotifyCollectionChangedEventHandler CollectionChanged

Returns

NotifyCollectionChangedEventHandler
Raised when items are added, removed, moved, or the entire collection is refreshed.

Remarks

ListView subscribes to this event to update its display and content size when the data changes. Implementations should raise this event whenever the underlying collection changes, unless SuspendCollectionChangedEvent is true.