Sub OnChangeCellContent(Sender: Object; Args: ITabCellContentChangeBaseEventArgs);
Begin
//set of operators;
End Sub OnChangeCellContent;
Sender. Parameter returning the component that has 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: