Raises the CollectionChanged event with the provided arguments

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic
Protected Overridable Sub OnCollectionChanged ( 
	e As NotifyCollectionChangedEventArgs
)
Visual C++
protected:
virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs^ e
)
F#
abstract OnCollectionChanged : 
        e : NotifyCollectionChangedEventArgs -> unit 
override OnCollectionChanged : 
        e : NotifyCollectionChangedEventArgs -> unit 

Parameters

e
Type: System.Collections.Specialized..::..NotifyCollectionChangedEventArgs
Arguments of the event being raised

See Also