Search
EditNodeTextEvent Constructor
See Also
 

Initializes a new instance of the EditNodeTextEvent class.

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

 Syntax

Java  Copy Code

public EditNodeTextEvent (
    Object source,
    DiagramNode node,
    string oldText,
    string newText
)

 Parameters

source

The source of the event.

node

The DiagramNode related to the event.

oldText

The old text of the node.

newText

The new text of the node.

 See Also