[This is preliminary documentation and is subject to change.]

Raised when this ListWithEvents<(Of <(<'T>)>)> collection changes.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

Remarks

This event is raised immediatelly after each Changed event.

The reason for having two duplicit events is that Changed implements Changed and you cannot determine action (what happend) through it. The aim of this event is to concentrate Added, Removed, Cleared, ItemChanged and ItemValueChanged events to one single event which allows handler to easily dinstinguish which action happedned on collection.

See Also