TrackingObservableCollectionTOnCollectionChanged Method
This is overridden to add or remove items from the related data context
Namespace: EWSoftware.EntityFrameworkAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)
Protected Overrides Sub OnCollectionChanged (
e As NotifyCollectionChangedEventArgs
)
protected:
virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs^ e
) override
abstract OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
Parameters
- e NotifyCollectionChangedEventArgs
- Arguments of the event being raised.