Fires when the user aborts an item edit so no changes are applied.
Parameters
Parameter | Description |
---|---|
Item | The item being edited |
CurrentText | The item's current text |
Remarks
The OnEditAbort event fires when the user has pressed Escape during an edit to revert all changes back to the item's previous text. This gives you the opportunity to react, such as deleting the item in response.