Represents data for the CellClick event.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Olap..::.CellEventArgs

See Also