Fired when Items collection changes

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public event NotifyCollectionChangedEventHandler ItemsChanged
Visual Basic
Public Event ItemsChanged As NotifyCollectionChangedEventHandler
JScript
JScript does not support events.

Remarks

The Items collection changes when objects are added, removed or when the collection is cleared

See Also