Occurs after an element was added.

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

Syntax

C#
public event IElementCollection..::.CollectionChanged ElementAdded
Visual Basic (Declaration)
Public Event ElementAdded As IElementCollection..::.CollectionChanged
Visual C++
public:
 event IElementCollection..::.CollectionChanged^ ElementAdded {
	void add (IElementCollection..::.CollectionChanged^ value);
	void remove (IElementCollection..::.CollectionChanged^ value);
}

See Also