EscapeEditing Event

Fired when the user cancels changes to a cell's value by pressing the ESC key.

Syntax

Public Event EscapeEditing As CellCancelEventHandler

Remarks

This event is fired when the user cancels a cell update by hitting Escape key when in edit mode.

If you want to remain in edit mode, you can set the Cancel parameter to True.