Initializes a new instance of the DrawCellEventArgs class whith specific parameters.

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

Syntax

C#
public DrawCellEventArgs(
	CellInfo cellInfo,
	CellStyle cellStyle,
	bool isActiveCell
)
Visual Basic (Declaration)
Public Sub New ( _
	cellInfo As CellInfo, _
	cellStyle As CellStyle, _
	isActiveCell As Boolean _
)
Visual C++
public:
DrawCellEventArgs(
	CellInfo^ cellInfo, 
	CellStyle^ cellStyle, 
	bool isActiveCell
)

Parameters

cellInfo
Type: PerpetuumSoft.Olap..::.CellInfo
cellStyle
Type: PerpetuumSoft.Olap..::.CellStyle
isActiveCell
Type: System..::.Boolean

See Also