TabCellContentChangeEventArgs.Create

Syntax

Create(

Sheet: ITabSheetBox;

Row: Integer;

Column: Integer;

Value: Variant;

Type: TabCellContentChange);

Parameters

Sheet is the object of TabSheetBox, for which the event occurs.

Row is the row, in which the event occurs.

Column is the column, in which the event occurs.

Value is the value, which must be placed in the cell.

Type is the type of the value to be saved to the cell.

Description

The Create constructor creates an argument of the event that occurs on changing contents of the data grid cell.

See also:

TabCellContentChangeEventArgs