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, or the entire list is refreshed. Clients can subscribe to this event to be notified of dynamic changes to the collection.

public event NotifyCollectionChangedEventHandler CollectionChanged

Returns

NotifyCollectionChangedEventHandler
Occurs when the collection changes, such as when items are added, removed, or the entire list is refreshed. Clients can subscribe to this event to be notified of dynamic changes to the collection.
Implements