Occurs when collection was changed.

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

Syntax

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

See Also