OnChangeCellContent(Sender: Object; Args: ITabCellContentChangeBaseEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. Parameter allowing to determine event parameters.
The OnChangeCellContent event occurs, if a table cell contents has been changed.
Unlike the OnCellChange event, this event occurs when cell text, value, or formula is changed.
See also: