Search
DiagramBase.OnCellTextEditing Method
See Also
 





Raises the CellTextEditing event to validate entering inplace edit mode.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnCellTextEditing (
    CellValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCellTextEditing( _
    e As CellValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also