Click or drag to resize
DigitalRuneSynchronizedNotifyingCollectionTOnCollectionChanged Method
Raises the CollectionChanged event.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected virtual void OnCollectionChanged(
	CollectionChangedEventArgs<T> eventArgs
)

Parameters

eventArgs
Type: DigitalRune.CollectionsCollectionChangedEventArgsT
CollectionChangedEventArgsT object that provides the arguments for the event.
See Also