Initializes a new instance of the EditCellTextEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public EditCellTextEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The TableNode.Cell related to the event.
The old text of the cell.
The new text of the cell.
The zero-based index of the table column related to the event.
The zero-based index of the table row related to the event.
See Also