Is raised when a cell is created

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

Syntax

C#
public event CellCreatingEventHandler CellCreating
Visual Basic (Declaration)
Public Event CellCreating As CellCreatingEventHandler
Visual C++
public:
 event CellCreatingEventHandler^ CellCreating {
	void add (CellCreatingEventHandler^ value);
	void remove (CellCreatingEventHandler^ value);
}

See Also