Provides data for the DrawCell event.

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

Syntax

C#
public class DrawCellEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DrawCellEventArgs _
	Inherits EventArgs
Visual C++
public ref class DrawCellEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Olap..::.DrawCellEventArgs

See Also