Occurs after collection changing.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event NeedlePointCollection..::.CollectionChangedEventHandler CollectionChanged |
Visual Basic (Declaration) |
---|
Public Event CollectionChanged As NeedlePointCollection..::.CollectionChangedEventHandler |
Visual C++ |
---|
public: event NeedlePointCollection..::.CollectionChangedEventHandler^ CollectionChanged { void add (NeedlePointCollection..::.CollectionChangedEventHandler^ value); void remove (NeedlePointCollection..::.CollectionChangedEventHandler^ value); } |