Represents the method that will handle the ElementAdded and ElementRemoved.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public delegate void CollectionChanged( Element element )  | 
| Visual Basic (Declaration) | 
|---|
Public Delegate Sub CollectionChanged ( _ element As Element _ )  | 
| Visual C++ | 
|---|
public delegate void CollectionChanged( Element^ element )  | 
Parameters
- element
 - Type: PerpetuumSoft.Instrumentation.Model..::.Element