Represents method which calls after collection changing.

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

Syntax

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

See Also