Occurs after the collection has been changed.

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

Syntax

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

See Also