Search
DiagramBase.OnCellTextEdited Method
See Also
 





Raises the CellTextEdited event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnCellTextEdited (
    EditCellTextEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCellTextEdited( _
    e As EditCellTextEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also