Search
LeaveInplaceEdit Event

Raised when leaving in-place editing mode.

Syntax

JavaScript  Copy Code

function onLeaveInplaceEdit (sender, args)

Event Data

LeaveInplaceEdit handlers receive an event object of type InplaceEditEventArgs.

Remarks

This event is raised in all situations that lead to closing the in-place editing mode, for example, when the user accepts or cancels the changes made to an item's text, or when the EndEdit method is called.

To handle the LeaveInplaceEdit event, assign the name of the respective JavaScript function (for example 'onLeaveInplaceEdit') to the  LeaveInplaceEditScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace