Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnEditorTextChanged

ReportBox.OnEditorTextChanged

Syntax

OnEditorTextChanged(Sender: Object; Args: IReportEditorEventArgs);

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnEditorTextChanged event occurs on visual editing of cell data.

Comments

This event occurs before OnBeforeCellChange event; it can be used to analyze entered data.

NOTE. By default, this event is not tracked for sheet table. Use the following property to include this event to the list of tracked events: EventMask.

See also:

ReportBox