Occurs after collection change.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also