Table of Contents

Event CollectionChanged

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Occurs when the collection changes, such as when items are added, removed, replaced, or the entire list is refreshed.

public event NotifyCollectionChangedEventHandler CollectionChanged

Returns

NotifyCollectionChangedEventHandler
Occurs when the collection changes, such as when items are added, removed, replaced, or the entire list is refreshed.
Implements

Remarks

Clients can subscribe to this event to be notified of dynamic changes to the collection, enabling data binding and UI updates.