Search
Diagram.RaiseNodeTextEditing Method
See Also
 





Raises the NodeTextEditing event to validate entering inplace edit mode.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool RaiseNodeTextEditing (
    DiagramNode node,
    NodeLabel label = null
)

Visual Basic  Copy Code

Public Function RaiseNodeTextEditing( _
    node As DiagramNode, _
    Optional label As NodeLabel = Nothing _
) As Boolean

 Parameters

node

The DiagramNode related to the event.

label
Optional.

The NodeLabel related to the event.

 Return Value

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

 See Also