TrackingObservableCollectionTOnCollectionChanged Method

This is overridden to add or remove items from the related data context

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e  NotifyCollectionChangedEventArgs
Arguments of the event being raised.

See Also