ReportBox.OnEditorTextChanged

Syntax

Sub OnEditorTextChanged(Sender: Object; Args: IReportEditorEventArgs);

Begin

//set of operators;

End Sub OnEditorTextChanged;

Parameters

Sender. The parameter that returns the component that 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