Represents the method that will handle the ImageAdded and ImageRemoved.

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

Syntax

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

See Also