Table of Contents

Class DataCellTextEventArgs

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

Event arguments for data cell text event.

public class DataCellTextEventArgs : EventArgs

Inheritance

objectEventArgsDataCellTextEventArgs

Constructors

DataCellTextEventArgs(MeasureCell, string)

Creates a new instance.

public DataCellTextEventArgs(MeasureCell cell, string text)

Parameters

cell MeasureCell

text string

Properties

Cell

Gets the cell.

public MeasureCell Cell { get; }

Property Value

MeasureCell

Text

Gets or sets text.

public string Text { get; set; }

Property Value

string