Raises the CollectionChanged event.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

e
Type: System.Collections.Specialized..::.NotifyCollectionChangedEventArgs
The event data.

See Also