ReportBox.OnBeforeCellChange

Syntax

Sub OnBeforeCellChange(Sender: Object; Args: IReportBeforeCellChangeEventArgs);

Begin

//set of operators;

End Sub OnBeforeCellChange;

Parameters

The Sender parameter returns the component that generated the event.

Args - a parameter, which enables the user to determine additional event parameters.

Description

The OnBeforeCellChange event occurs before changing the value of any table cell. This event occurs before the OnCellChange event and can be used to analyze and change data.

See also:

ReportBox