Represents the method that will handle CollectionChanged.

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

Syntax

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

See Also