Search
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.Blazor
Assembly: MindFusion.Diagramming.Blazor

 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