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

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

Syntax

C#
public DrawGridItemEventArgs(
	Graphics graphics,
	Rectangle bounds,
	CellInfo cellInfo,
	CellStyle cellStyle
)
Visual Basic (Declaration)
Public Sub New ( _
	graphics As Graphics, _
	bounds As Rectangle, _
	cellInfo As CellInfo, _
	cellStyle As CellStyle _
)
Visual C++
public:
DrawGridItemEventArgs(
	Graphics^ graphics, 
	Rectangle bounds, 
	CellInfo^ cellInfo, 
	CellStyle^ cellStyle
)

See Also