Occurs when a pivot table cell was clicked.
Namespace:
PerpetuumSoft.Olap.Windows.FormsAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event CellEventHandler CellClick |
Visual Basic (Declaration) |
---|
Public Event CellClick As CellEventHandler |
Visual C++ |
---|
public: event CellEventHandler^ CellClick { void add (CellEventHandler^ value); void remove (CellEventHandler^ value); } |