A validation event that lets you approve or reject changes made to the text of a table’s cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<CellValidationEventArgs> CellTextEditing |
Visual Basic Copy Code |
---|
Public Event CellTextEditing As EventHandler(Of CellValidationEventArgs) |
CellTextEditing event handlers receive an argument of type CellValidationEventArgs. The following CellValidationEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The TableNode containing the cell that the user is trying to edit. | |
The Cell that the user is trying to edit. | |
Index of the column containing the cell. | |
Index of the row containing the cell. | |
Set this property to true to prevent the user from editing the cell's text. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |