Tracking Observable CollectionTOn Collection Changed 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
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
protected override void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)VB
Protected Overrides Sub OnCollectionChanged (
e As NotifyCollectionChangedEventArgs
)C++
protected:
virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs^ e
) overrideF#
abstract OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit Parameters
- e NotifyCollectionChangedEventArgs
- Arguments of the event being raised.