Occurs after an element has been removed.
Namespace:
PerpetuumSoft.Framework.ModelAssembly: PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public event IElementCollection..::.CollectionChanged ElementRemoved |
| Visual Basic (Declaration) |
|---|
Public Event ElementRemoved As IElementCollection..::.CollectionChanged |
| Visual C++ |
|---|
public: event IElementCollection..::.CollectionChanged^ ElementRemoved { void add (IElementCollection..::.CollectionChanged^ value); void remove (IElementCollection..::.CollectionChanged^ value); } |