LanerBox.OnChangeCellContent

Syntax

OnChangeCellContent(Sender: Object; Args: ITabCellContentChangeBaseEventArgs);

Parameters

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