Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

on_cell_changed

Overview

The on_cell_changed event handler is called when the user edited a cell and the content has been updated.

Syntax/Parameters

Syntax

int on_cell_changed ( int row, int column, string name, string data ) { ... }

Parameters

row

An int that specifies the row of the cell clicked on.

column

An int that specifies the column of the cell clicked on.

name

A string containing the cell name, if any. The encoding is UTF-8.

data

A string containing the data to replace the cell with. The encoding is UTF-8.

Return Value

Return an int to which is not examined by the application.

Remarks

This event allows for validation and adjustment of the content the cell or related cells.

Related Events

Related Functions

Page revised 2024-04-22