Occurs after collection change.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.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); } |