Occurs when the collection changes.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Visual Basic (Declaration)
Public Event CollectionChanged As NotifyCollectionChangedEventHandler

Implements

INotifyCollectionChanged..::.CollectionChanged

See Also