Raised when leaving in-place editing mode.
JavaScript Copy Code |
---|
function onLeaveInplaceEdit (sender, args) |
LeaveInplaceEdit handlers receive an event object of type InplaceEditEventArgs.
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.