Invoked when the Items property changes.

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

Syntax

C#
protected virtual void OnItemsChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemsChanged ( _
	e As NotifyCollectionChangedEventArgs _
)

Parameters

e
Type: System.Collections.Specialized..::.NotifyCollectionChangedEventArgs
Information about the change.

See Also