Occurs after the element was removed.

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

Syntax

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

See Also