Represents the method that will handle the [E:PerpetuumSoft.Olap.Windows.Forms.DataCubeGrid.DrawCell} event of a {*T:PerpetuumSoft.Olap.Windows.Forms.DataCubeGrid}]

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

Syntax

C#
public delegate void DrawCellEventHandler(
	Object sender,
	DrawCellEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub DrawCellEventHandler ( _
	sender As Object, _
	e As DrawCellEventArgs _
)
Visual C++
public delegate void DrawCellEventHandler(
	Object^ sender, 
	DrawCellEventArgs^ e
)

See Also