Represents the method that will handle the CollectionChanged.

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

Syntax

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

See Also