Raises the CellCreating event.

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

Syntax

C#
protected void OnCellCreating(
	CellCreatingEventArgs e
)
Visual Basic (Declaration)
Protected Sub OnCellCreating ( _
	e As CellCreatingEventArgs _
)
Visual C++
protected:
void OnCellCreating(
	CellCreatingEventArgs^ e
)

See Also