MindFusion.Wpf Pack Programmer's Guide
Diagram.RaiseCellTextEditing Method
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace