Occurs after the element was added.

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

Syntax

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

See Also