Search
DiagramView.OnCellTextEdited Method
See Also
 





Raises the CellTextEdited event.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

protected void OnCellTextEdited (
    EditCellTextEventArgs e
)

Visual Basic  Copy Code

Protected Sub OnCellTextEdited( _
    e As EditCellTextEventArgs _
)

 Parameters

e

 See Also