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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |