Represents the method that will handle the ElementAdded and ElementRemoved.

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

Syntax

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

See Also