MindFusion.Wpf Pack Programmer's Guide
DiagramView.EndEdit Method
See Also
 





Exits inplace-edit mode and either accepts or rejects the changes made to the item's text.

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

 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.

 Remarks

A user can exit inplace-edit mode by clicking outside of the edit control; that accept the changes made to text. Pressing ENTER or ESC exits inplace-edit mode if respectively InplaceEditAcceptOnEnter and InplaceEditCancelOnEsc are enabled. Pressing ENTER accepts changes and ESC rejects them.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
BeginEdit Method