Search
DiagramBase.CellTextEditing Event
See Also
 






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

 Syntax

C#  Copy Code

public event EventHandler<CellValidationEventArgs> CellTextEditing

Visual Basic  Copy Code

Public Event CellTextEditing As EventHandler(Of CellValidationEventArgs)

 Event Data

CellTextEditing event handlers receive an argument of type CellValidationEventArgs.

 See Also