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
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellValidationEventArgs> CellTextEditing |
Visual Basic
Copy Code
|
|---|
Public Event CellTextEditing As EventHandler(Of CellValidationEventArgs) |
Event DataCellTextEditing event handlers receive an argument of type CellValidationEventArgs.
See Also