Represents method that will handle ElementAdded and ElementRemoved events.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public delegate void CollectionChanged(
	IElement element
)
Visual Basic (Declaration)
Public Delegate Sub CollectionChanged ( _
	element As IElement _
)
Visual C++
public delegate void CollectionChanged(
	IElement^ element
)

See Also