Represents method which calls after collection changing.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: 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 ) |
Parameters
- needlePoint
- Type: PerpetuumSoft.Instrumentation.Model..::.NeedlePoint