Raises the CollectionChanged event.

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

Syntax

C#
protected void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Sub OnCollectionChanged ( _
	e As NotifyCollectionChangedEventArgs _
)

See Also