MindFusion.Wpf Pack Programmer's Guide
EditCellTextEventArgs Members
Constructors Properties
 


Contains the arguments passed to the CellTextEdited event handlers.

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

 Public Constructors

  Name Description

EditCellTextEventArgs

Initializes a new instance of the EditCellTextEventArgs class.

 Public Properties

  Name Description

Cell

Gets the cell whose text has been edited.

Column

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

NewText

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

OldText

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

Row

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

Table

Gets the table that contains Cell.

 See Also

EditCellTextEventArgs Class
MindFusion.Diagramming.Wpf Namespace