Click or drag to resize
DigitalRuneNotifyingCollectionTOnCollectionChanged 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.
Remarks
Notes to Inheritors: When overriding OnCollectionChanged(CollectionChangedEventArgsT) in a derived class, be sure to call the base class's OnCollectionChanged(CollectionChangedEventArgsT) method so that registered delegates receive the event.
See Also