Initializes a new instance of the CellEventArgs class.

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

Syntax

C#
public CellEventArgs(
	CellInfo cellInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	cellInfo As CellInfo _
)
Visual C++
public:
CellEventArgs(
	CellInfo^ cellInfo
)

Parameters

cellInfo
Type: PerpetuumSoft.Olap..::.CellInfo

See Also