Table of Contents

Event CollectionChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the collection's contents change.

public event NotifyCollectionChangedEventHandler? CollectionChanged

Returns

NotifyCollectionChangedEventHandler
Occurs when the collection's contents change.

Remarks

This event is triggered whenever an item is added, removed, or the collection is reset. It allows subscribers to react to collection modifications dynamically.