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,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	graphics As Graphics, _
	bounds As Rectangle, _
	cellInfo As CellInfo, _
	cellStyle As CellStyle, _
	value As String _
)
Visual C++
public:
DrawGridItemEventArgs(
	Graphics^ graphics, 
	Rectangle bounds, 
	CellInfo^ cellInfo, 
	CellStyle^ cellStyle, 
	String^ value
)

See Also