Search
Diagram.RaiseCellTextEditing Method
See Also
 





Raises the CellTextEditing event to validate entering in-place editing mode.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool RaiseCellTextEditing (
    TableNode table,
    int column,
    int row
)

Visual Basic  Copy Code

Public Function RaiseCellTextEditing( _
    table As TableNode, _
    column As Integer, _
    row As Integer _
) As Boolean

 Parameters

table

The TableNode related to the event.

column

The zero-based index of the table column related to the event.

row

The zero-based index of the table row related to the event.

 Return Value

true if the in-place editing operation has been confirmed; otherwise, false.

 See Also