MindFusion.Wpf Pack Programmer's Guide
DiagramBase.LeaveInplaceEditMode Event
See Also
 





Raised when leaving inplace-edit mode.

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

 Syntax

C#  Copy Code

public event EventHandler<InPlaceEditEventArgs> LeaveInplaceEditMode

Visual Basic  Copy Code

Public Event LeaveInplaceEditMode As EventHandler(Of InPlaceEditEventArgs)

 Event Data

LeaveInplaceEditMode event handlers receive an argument of type InPlaceEditEventArgs. The following InPlaceEditEventArgs members provide information relevant to the event:

Member name

Description

Item

The node or table cell whose text has been edited.

Node

The node whose text has been edited. If Item is a cell, this property returns the TableNode containing the cell.

TextBox

The TextBox control used to edit the text.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
EnterInplaceEditMode Event