DiagramLite Programmer's Guide
Diagram.EndEdit Method
See Also
 





Exits the in-place editing mode and either accepts or rejects the changes made to the item's text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void EndEdit (
    bool accept
)

Visual Basic  Copy Code

Public Sub EndEdit( _
    accept As Boolean _
)

 Parameters

accept
true to accept changes made to text; false to reject them.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace