DroidDiagram Programmer's Guide
EditCellTextEvent Members
Constructors Methods
 


Contains the arguments passed to the cellTextEdited event handlers.

The following tables list the members exposed by the EditCellTextEvent type.

 Public Constructors

  Name Description

EditCellTextEvent

Initializes a new instance of the EditCellTextEvent class.

 Public Methods

  Name Description

getCell

Gets the cell whose text has been edited.

getColumn

Gets the index of the table's column that contains the Cell object.

getNewText

Gets the text that has just been entered by the user.

getOldText

Gets the text that had been displayed in the cell before the user edited it.

getRow

Gets the index of the table's row that contains the Cell object.

 See Also

EditCellTextEvent Class
com.mindfusion.diagramming Namespace