LanerBox.OnChangeCellContent

Syntax

Sub OnChangeCellContent(Sender: Object; Args: ITabCellContentChangeBaseEventArgs);

Begin

//set of operators;

End Sub OnChangeCellContent;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnChangeCellContent event occurs, if a table cell contents has been changed.

Comments

Unlike the OnCellChange event, this event occurs when cell text, value, or formula is changed.

See also:

LanerBox