Represents method which calls after collection changing.

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

Syntax

C#
public delegate void CollectionChangedEventHandler(
	ColorSection colorSection
)
Visual Basic (Declaration)
Public Delegate Sub CollectionChangedEventHandler ( _
	colorSection As ColorSection _
)
Visual C++
public delegate void CollectionChangedEventHandler(
	ColorSection^ colorSection
)

See Also