LanerBox.OnBeforeCellChange

Syntax

Sub OnBeforeCellChange(Sender: Object; Args: ITabCellBeforeChangeBaseEventArgs);

Begin

//set of operators;

End Sub OnBeforeCellChange;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnBeforeCellChange event occurs before changing the value of any table cell.

See also:

LanerBox