Table of Contents

Class DataCellDrawEventArgs

Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll

Event arguments for data cell draw event.

public class DataCellDrawEventArgs : EventArgs

Inheritance

objectEventArgsDataCellDrawEventArgs

Constructors

DataCellDrawEventArgs(Graphics, Rectangle, MeasureCell, CellState)

Creates a new instance.

public DataCellDrawEventArgs(Graphics g, Rectangle r, MeasureCell cell, CellState cs)

Parameters

g Graphics

r Rectangle

cell MeasureCell

cs CellState

Properties

Cell

Gets the cell.

public MeasureCell Cell { get; }

Property Value

MeasureCell

CellState

Gets the cell state.

public CellState CellState { get; }

Property Value

CellState

Graphics

Gets the graphics.

public Graphics Graphics { get; }

Property Value

Graphics

Rectangle

Gets the rectanble.

public Rectangle Rectangle { get; }

Property Value

Rectangle