Occurs when a collection is changed.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public event EventHandler Changed |
| Visual Basic (Declaration) |
|---|
Public Event Changed As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ Changed { void add (EventHandler^ value); void remove (EventHandler^ value); } |