Search
Diagram.raiseNodeTextEditing Method
See Also
 

Raises the nodeTextEditing event to validate entering inplace edit mode.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean raiseNodeTextEditing (
    DiagramNode node,
    NodeLabel label
)

 Parameters

node

The DiagramNode whose text will be edited.

label

The NodeLabel related to the event.

 Return Value

true if the event handlers allow the operation, otherwise false.

 See Also