LanerBox.OnAfterEdit

Syntax

Sub OnAfterEdit(Sender: Object; Args: ITabCellAfterEditBaseEventArgs);

Begin

//set of operators;

End Sub OnAfterEdit;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnAfterEdit event occurs after editing a table cell.

See also:

LanerBox