Occurs at table lement drawing after the execution of [E:PerpetuumSoft.Olap.Windows.Forms.DataCubeGrid.DrawGridItem}]

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

Syntax

C#
public event DrawCellEventHandler DrawCell
Visual Basic (Declaration)
Public Event DrawCell As DrawCellEventHandler
Visual C++
public:
 event DrawCellEventHandler^ DrawCell {
	void add (DrawCellEventHandler^ value);
	void remove (DrawCellEventHandler^ value);
}

See Also