LanerBox.OnBeforeEdit

Syntax

Sub OnBeforeEdit(Sender: Object; Args: ITabCellBeforeEditBaseEventArgs);

Begin

//set of operators;

End Sub OnBeforeEdit;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnBeforeEdit event occurs before user starts editing a component cell.

See also:

LanerBox