Occurs after changed collection.

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

Syntax

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

See Also