Search
Diagram.raiseCellTextEdited Method
See Also
 

Raises the DiagramListener.cellTextEdited event.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void raiseCellTextEdited (
    Cell cell,
    String oldText,
    String newText,
    int column,
    int row
)

 Parameters

cell

The Cell whose text has been edited.

oldText

The old text.

newText

The new text.

column

The column index of the cell.

row

The row index of the cell.

 See Also